server for the EverHustle project. EverHustle is an all in one productivity app for all of your productivity needs. you can
- make notes
- set reminders
- set and track timers
- set and track goals.
live demo
front-end client repository
test user email: [email protected]
test user password: password123
clone the repo and cd into it then run the following commands
$ cp .env.example .env
fill the missing environment variables in env file ie mongodb url and sendgrid api key
$ npm start