DSC Website NITS.
Don't Mess With Master
/dscRoutes
/dsc/userRoutes
/dsc/user/profileRoutes
Get /dsc/user/verify/forgotpassword/:id Route to verify the link sent on mail for changing the password
/dsc/projectRoutes
/dsc/blogRoutes
Installation
- Clone the repo Or Run
git pull origin masterif already cloned. - Run "npm install" in the command prompt to install all related dependencies.
- Create a ".env" file in the root directory.
- Insert
MONGODB_URL=mongodb+srv://dscnits20:<password>@cluster0-wi7dd.mongodb.net/test?retryWrites=true&w=majorityin .env file. Also replace password with the given password. - Add the
NODEMAILER_EMAIL,NODEMAILER_PASSWORD,NODEMAILER_SECONDARYEMAIL,JWT_SECRETto the ".env" file present in root directory - Run
npm startOrnpm run dev.
Made with contributors-img.