DSC Website NITS.
Don't Mess With Master
/dsc
Routes
/dsc/user
Routes
/dsc/user/profile
Routes
Get /dsc/user/verify/forgotpassword/:id
Route to verify the link sent on mail for changing the password
/dsc/project
Routes
/dsc/blog
Routes
Installation
- Clone the repo Or Run
git pull origin master
if 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=majority
in .env file. Also replace password with the given password. - Add the
NODEMAILER_EMAIL
,NODEMAILER_PASSWORD
,NODEMAILER_SECONDARYEMAIL
,JWT_SECRET
to the ".env" file present in root directory - Run
npm start
Ornpm run dev
.
Made with contributors-img.