Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jadavpalak/node-api

create api with node and mongoDb
https://github.com/jadavpalak/node-api

Last synced: 26 days ago
JSON representation

create api with node and mongoDb

Awesome Lists containing this project

README

        

# node-api
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:

1. git clone https://github.com/jadavpalak/node-api.git
2. cd node-api
3. npm install
4. nodemon server to serve this application