Skip to content

Oxygen66/universe

Repository files navigation

Welcome to universe (GraphQL API) 👋

Documentation Maintenance

GraphQl API

Install

npm install
  • Edit .env file:
cp .env.example .env
  • Edit docker/.env file
cp docker/.env.example docker/.env

Usage

npm run start

Add your token in request header for call queries / mutations (defined in .env file):

{
  "authorization": "MISTERY_TOKEN"
}

Run tests

npm run test

Author

👤 Adrien BREIL

Copyright © 2020 Adrien BREIL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published