- Used NodeJS Version : 16.x.x
- Navigate to the project directory by cd /path/to/the/folder
npm install: this installs all the packages required to run the application- Database used is Postgresql.
- Use postgresql.sql to create tables schema
- make necessary changes for db password in config/database.ts
- run
npm run build - for Jest testcases : tests are covered in task.controller.spec.ts
- run
npm run testor npm test -t task.controller.spec.ts
Documentation will be available at http://localhost:3005/api/#/