Skip to content

sid-kal/WhatsNext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

https://whats-next-dbas.onrender.com/

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 11