Package Exports
- node-easy-notes-app
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-easy-notes-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
EasyNotes Application
Build a Restful CRUD API for a simple Note-Taking application using Node.js, Express and MongoDB.
Steps to Setup
- Install dependencies
npm install- Run Server
node server.jsYou 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/