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