node-easy-notes-app icon indicating copy to clipboard operation
node-easy-notes-app copied to clipboard

A simple Note-Taking app built using Node.js, Express and Mongoose

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/