- Git clone https://github.com/public-learner/curi_bio_test.git
- run
npm install
- run
nodemon app.js
server's running on port 3004 - server's running on port 3004
.
├── db # db manager file connects the sqlite db file and create some sample rows
├── router # router file contains APIs
├── validation # form validation for API request data
├── middleware.js # jwt authentication middleware
├── app.js # Entry point of application
└── README.md
Test case is included in test file Run the default test cases or make your own case