A simple small Note-taking-web-app which allow to create, edit, delete the note.
Install dependencies
npm install
to run app
node app.js or
run with nodemon
open "app.js" and at line 46 change "process.env.DB_HOST" with your MongoDB URL, local or Atlas.