Welcome to Remainder Service

Project setup

  • Clone the project on your local.
  • Execute npm insall on the same path as of your root directory of the clonned / downloaded project.
  • Create a .env file in the root diretory and add the following environment variables.
    • PORT = 3000
    • EMAIL_ID= <YOUR_GMAIL>
    • EMAIL_PASSWORD= <GENERATED_APP_PASSWORD>

image