JSPM

node-easy-notes-app

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 7
    • Score
      100M100P100Q29608F
    • License MIT

    Never miss a thing in Life. Take notes quickly. Organize and keep track of all your notes.

    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

    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/