1.0.0 • Published 6 years ago

node-easy-notes-app v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

EasyNotes Application

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

Steps to Setup

  1. Install dependencies
npm install
  1. Run Server
node server.js

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

Tutorial

You can find the tutorial for this application at The CalliCoder Blog -

https://www.callicoder.com/node-js-express-mongodb-restful-crud-api-tutorial/