Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 321 Bytes

contributing.md

File metadata and controls

13 lines (12 loc) · 321 Bytes

Contribution

If you want to contribute please create new PR with good description.

How to run the project:

  1. Create a database
createdb -h localhost -U postgres nestjs_graphql_tools_development_public;
  1. Fill out database config in config/default.json
  2. Run dev server
npm i
npm run start:dev