Developer Resources Database API
Requirements:
- NodeJS
- yarn
- postgres DB instance
Install dependencies
yarnAdd database config
- Create
.envbased on.env.example - Update dev DB information
Run the api using
yarn startYou can now access on https://localhost:4000/graphql
Currently the following are in play
TBD