This is an example to use as a base to build a simple RESTful API in NodeJs and for begginers to quickly understand the basics.
- I used Express to build the routing and set up my app.
- Helmet has been added to have an extra layer of security.
npm install
node server.js
Remember to add your mongodb connection url, DB name and Collection name.