This is an application which has login system with notes.
$ npm install
$ npm start
# Or run with Nodemon
$ npm run dev
# Visit http://localhost:3000
Open "config/keys.js" and add your MongoDB URI, local or Atlas.
visit https://notings.herokuapp.com/ For preview.