node app.js --help
node app.js --help [command]
node app.js read --title="to buy"
read
add
remove
list
--title
--body
Base line and core functionalities for notes.
1.Chain property calls to each command. Explain in app how commands are functioned. (Finished)
2.GUI using ElectronJS and react (In progress)
3.Full fleshed authentication with proper routing/security.
4.MongoDb, store notes on server to be able to sync across devices. (In progress)
5.Geolocation tagged on individual notes to see where note was created.
6.Google Map pins displayed on map for each note created.
6.Create a Rest API for application.