Steps to run this project:
- Run
npm i
command - Create
ormconfig.json
file and sutup a database creadentials forPostgreSQL
. Visit https://typeorm.io/#/ to seeormconfig.json
example - Setup database settings inside
ormconfig.json
file - Run
npm start
command - To run query and mutation visit
localhost:4000