If you want to contribute please create new PR with good description.
How to run the project:
- Create a database
createdb -h localhost -U postgres nestjs_graphql_tools_development_public;
- Fill out database config in
config/default.json
- Run dev server
npm i
npm run start:dev