Skip to content

namankhurpia/Node-js-CRUD-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes Application

Hi Bud, I'm Naman Khurpia

Build a Restful CRUD API for a simple Note-Taking application using Node.js, Express and MongoDB.

Steps to Setup

  1. Install latest version of NODE JS

  2. Install mongoose -

npm install express body-parser mongoose --save
  1. Install dependencies -
npm install
  1. Download MongoDb Compass (u can use any mongo client) MAC -
https://downloads.mongodb.com/compass/mongodb-compass-1.26.1-darwin-x64.dmg

WINDOWS -

https://www.mongodb.com/try/download/compass
  1. Edit database.config.js - place your collection URL there, right now my db URL is in place, feel free to throw in some stuff, I'll read

  2. Run Server

node server.js

You can browse the apis at http://localhost:3000

Tutorial

You can find the tutorial for this application at https://www.callicoder.com/node-js-express-mongodb-restful-crud-api-tutorial/ PS - I edited this app a lil bit

About

A simple Notes app to display CRUD operation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published