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

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

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