# Backend Setup

  • Find file index.js in /src/config/ folder.
  • Update database field username, password, dbname, url to your MongoDB database.
  • Update server field to your server url. It would be http://localhost:5000/ in local.
  • Update frontEnd.baseUrl field. It would be http://localhost:8080/ in local.
  • Update jwt field as you wish.
  • Update mail field with your email and password. This will be used to send activation email for register user and forgot password. Don't forget to enable access to your email.
  • Create a MongoDB Database with name same as dbname in step 2.

# Project setup

npm install

# Compiles and hot-reloads for development

npm run dev