Description: CRUD apis with graphql
Tech stack: Nodejs, Express server, Typescript
Database: Postgresql
How to install:
- git clone the repository
npm installinstalling all the dependenciesnpm run devfor start developingnpm run typeorm migration:runfor running existing migrations into localnpm run typeorm migration:generate -n src/migration/<migrationName>for automatically generating migration script from the changes from entities folder.