Skip to content

Event management app made using MERN stack as semester project for Software Development (CS253) course at IITK during 2022-23 even semester

Notifications You must be signed in to change notification settings

chitwang/WhatsNext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Manual

User_Manual.pdf

Setting up

Install NodeJs from this link Node JS Download

Install Mongodb Community Server from this link Mongodb Download

Clone the repository

Open the 'backend' folder in terminal and run the following commands:

npm install

npm i express

npm i mongoose

npm i -D nodemon

npm i -D razorpay

Also install all the following dependencies listed in package.json file

npm i bcrypt

npm i cors

npm i jsonwebtoken

npm i --save express-validator

Now open the main folder 'WhatsNext' and run the following commands:

npm install

npm i react-router-dom

npm i react-router-dom concurrently

Also install the other dependencies listed here:

npm i nodemailer

npm i otp-generator

npm i react-datetime-picker

npm i typewriter-effect

npm i @material-ui/styles

To run the project, run the following command:

npm run both

To run project in Mac and Linux, run the following commands:

sudo npm install -g nodemon

nodemon backend/index.js

npm run start

SRS Document

SRS.pdf

Design Document

Design_doc.pdf

Test Document

Test_Document.pdf

About

Event management app made using MERN stack as semester project for Software Development (CS253) course at IITK during 2022-23 even semester

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages