Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.52 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.52 KB

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