Used to invoke GET, POST, DELETE http verbs. Ensure Node JS installed https://nodejs.org/en/download/ (any latest version)
Execute below commands in terminal, in case of windows use gitbash to cmder preferrably.
- npm install - run this command only once for installing dependencies
- node server.js
For storing and retriving data - file system module is used.
- Adding routers.
- Authentication.
- MongoDB connection.