https://github.com/sidd4848/crud-nodejs-mongodb-restful-api
This is REST api with simple operations like PUT, POST, DELETE and GET
https://github.com/sidd4848/crud-nodejs-mongodb-restful-api
mongodb node-js nodejs rest-api restful-api server
Last synced: about 2 months ago
JSON representation
This is REST api with simple operations like PUT, POST, DELETE and GET
- Host: GitHub
- URL: https://github.com/sidd4848/crud-nodejs-mongodb-restful-api
- Owner: sidd4848
- License: mit
- Created: 2017-05-18T10:05:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T10:12:00.000Z (about 9 years ago)
- Last Synced: 2025-07-08T23:43:16.843Z (12 months ago)
- Topics: mongodb, node-js, nodejs, rest-api, restful-api, server
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD-nodejs-mongodb-REST-Api
This is REST api with simple operations like PUT, POST, DELETE and GET
# How to run
> installation packages before running and opening in command prompt
- install node and npm
- install express
- install mongo
- install body parser
> run in command prompt
- install npm packages through npm install in command prompt
- run mongod and mongo in seperate command prompt
- run through npm start