- 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
root
androot/client
directory to download dependencies for this projectnpm install
- Add
config.env
file inroot
directoryPORT=`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
root
directory 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
client
directorynpm start
- Distributed under the MIT License. See
LICENSE
for more information.
- Send mail to code mergers