Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 308 Bytes

File metadata and controls

14 lines (12 loc) · 308 Bytes

NotesApp

A simple small Note-taking-web-app which allow to create, edit, delete the note.

Usage

Install dependencies
    npm install
to run app
    node app.js or
    run with nodemon

MongoDB

open "app.js" and at line 46 change "process.env.DB_HOST" with your MongoDB URL, local or Atlas.