create api with node and mongoDb This is just simple crud and pagination api for any fron-end application.
First you need to setup mongoDb this is refrence like for that: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/
Now setps to setup node api run below commands to set-aup API:
- git clone https://github.com/jadavpalak/node-api.git
- cd node-api
- npm install
- nodemon server to serve this application