Webapp to log your routine and visualize it.
-
node.js and npm
Install by running:
sudo apt-get install nodejs npm
Install all dependencies by running:
npm install
-
dbconfig.properties
Add your mongodb cluster connection url to the connect.url property and remove the .template extension.
-
Additional Info:
For now, nodemon needs to be installed globally. Since nodemon.json only works (at least as far as I can tell) when it's installed globally.
npm install nodemon --global
Simply run npm start
Currently using .JSON files to save data. Working on implementing mongodb with this.
Deletes the temporary duringSession.JSON after the session is saved into session.JSON