Skip to content

walleeva2018/Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step 1

Download the project as zip file from upper right corner

Step 2

Open the folder in terminal

step 3

Move to frontend folder

 cd frontend

step 4

Download the node modules

npm install

step 5

Build the scripts

npm run-script build

step 6

Move to back end

cd ..
cd backend

step 7

Create a .env file in the root backend folder

step 8

Copy and paste and save the following into the backend folder

MONGODB_URI =mongodb+srv://walleeeva2018:zubairahmedrafi@cluster0.nm8i0.mongodb.net/Saraz?retryWrites=true&w=majority
JWT_SECRET=Saraz

step 9

run the server in the backend

npm start

step 10

move to frontend using another terminal

step 11

run the frontend

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published