- Download or clone the repo into your local directory from Here
 - Make sure that you have node installed in your computer or Install Node
 - Inside the local directory here you have downloaded this repo, open your terminal
 - Run this command inside 
rootandroot/clientdirectory to download dependencies for this projectnpm install
 - Add 
config.envfile inrootdirectoryPORT=`Port Number` MONGO_URI=`MongoDB Url` JWT_SECRET=`JWT Secret Token` JWT_EXPIRE=`JWT Session expire time` EMAIL_SERVICE=`Service Provider Name` EMAIL_USERNAME=`apikey` EMAIL_PASSWORD=`Email Password` EMAIL_FROM=`Email Address`
 - In 
rootdirectory run command to start servernodemon server.js
 - Now we can run this site locally
 - To see the site in your localhost run this command in your terminal inside 
clientdirectorynpm start
 
- Distributed under the MIT License. See 
LICENSEfor more information. 
- Send mail to code mergers