This is the api for https://github.com/Kalovelo/a-colourful-presentation
- clone
- npm install
- npm run dev
Script | Description |
---|---|
npm run dev | Start dev server |
npm run start | Build & run server |
npm run build | Build project |
npm run test | Run jest tests |
npm run type-check | Run typechecking |
You can navigate to /graphql/
and check the query documendation.
used in config.env
variable | use |
---|---|
PORT |
Port to run |
MONGO_URI |
Mongo DB URI |
ADMIN_PASS |
Used for generating users with admin rights |
ACCESS_TOKEN_SECRET |
used for JWT access token |
REFRESH_TOKEN_SECRET |
used for JWT refresh token |