The Project will run on DEFAULT PORT 3000
- use git clone
- npm install
- npm start or node pm2.js
- Postman collection was available docs Folder
- Configure cron job (crontab -e) for every minute
* * * * * wget http://127.0.0.1:9000/api/v1/get_jobs
- Env varibles can be used as of now we had made some of the static values in code like port number and database etc
- Error Handling need to implemented
- And we can design a Open Api Documentation for every api using STOPLIGHT STUDIO