clone the project
cd to the project root
#make sure you have a postgres database,
configure your database credentials in the src/config/db.ts file
#
Run npm install
Run npm run dev
Using your browser, navigate to http://localhost:3000/graphql,
Make sure You have your database confiqured as describled in build/scr/utils/seedUtils.js.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.