Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jadavpalak/node-api
- Owner: jadavpalak
- Created: 2019-05-07T12:52:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:41:09.000Z (about 2 years ago)
- Last Synced: 2024-11-10T14:43:45.917Z (3 months ago)
- Language: JavaScript
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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