Skip to content

ruchitakumbhare/dataminr-nodejs-task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataMinr Task Node.js

Instructions to the Project

  • 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.
  1. Use postgresql.sql to create tables schema
  2. make necessary changes for db password in config/database.ts
  3. run npm run build
  4. for Jest testcases : tests are covered in task.controller.spec.ts
  5. run npm run test or npm test -t task.controller.spec.ts

Documentation will be available at http://localhost:3005/api/#/

About

Tasks and TaskList manager : Node.js using nest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors