Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 901 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 901 Bytes

EverHustle-server

EverHustle-server

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

how to run the server locally

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