You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A backend project to show how to use third party library BLUEBIRD to promisify any module that returns a callback. node-schedular is used to show how schedule a task and automate the process.
❤️ Star ❤️ the repo to support the project or 😄Follow Me.Thanks!
Ride_blueBird-api-backend
It is a backend project so you wont find any frontend file. Use POSTMAN to hit the APIs
To install the all packages run the below command:
npm install
Now you are ready to go with the project .
Run the below command to start the server
node server.js
If you have already installed nodemon then run the below command
nodemon server.js
About
A backend project to show how to use third party library BLUEBIRD to promisify any module that returns a callback. node-schedular is used to show how schedule a task and automate the process.