sarthakm21 / WorkTrack

A nodejs, express and mongodb based productivity tracker application.
https://work-track.herokuapp.com/
6 stars 19 forks source link
express mongodb mongodb-atlas nodejs productivity-tracker

Work Track

A Nodejs, express and mongodb based productivity tracker app that keeps track of the work you did and the amount of time you spent doing it.

It uses Charts to represent the data for the day as well as the overall working time for the past 30 days pictorially. You can also share your work for others to see and view what others have shared by going to the inspire me section

To install locally

$ git clone https://github.com/GeekHaven/WorkTrack
$ cd WorkTrack
$ npm install

For adding mongodb

Finally