Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.02 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.02 KB

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.