Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.25 KB

File metadata and controls

37 lines (26 loc) · 1.25 KB

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