/EverHustle-server

server for the EverHustle project

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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: testuseraniket@gmail.com
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