Skip to content

kodeinabox/node-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node REST-API with Express MongDB

A REST-API application to get you started with performing CRUD operations.

Before running application, you will need to have downloaded MongoDB, Postman and Robomongo. Follow documentations on each respective website to get started.

How to use it

  1. Clone or download the zip file onto your computer.
  2. Open folder in preferred text editor.
  3. Run mongod on its own terminal
  4. On another terminal install all dependencies with the following command
npm install 
  1. Type the following command to run express server on port 3000
nodemon app
  1. Open Postman from your Chrome apps section and start creating, deleting, updating or removing data.Note: app can modified to users or developers needs.
  2. Run Robomongo to view collections in a clear manner.
  3. Happy Coding.

Note

Although you are free to use this application as you wish, we appreciate a shout out to Creativebitstudio or a link to our codebits website https://www.creativebitstudio.com/codebits

Authors

Contact

About

A CRUD REST API with Express, Node and MongoDB updated to ES6 standards

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published