Skip to content

sanjanag05/scrpyard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrpyard

Scrpyard is online E-Commerce Website to Buy and Sell Products, User Can Share Product, and Buy Product. It has the feature of Cart, where user can checkout. Scrpyard is integrated with Razorpay.

project image

How to set-up locally"

git clone https://github.com/rajkaranm/scrpyard
cd scrpyard

Now install dependencies

cd backend
npm install

cd ..

cd frontend
npm install

now make your setup .env

cd ..
cd backend
mv .env.example .env

Paste the MongDB link, and If need also add your Razarpay API KEY and SECRET.

Now start the server.

node server.js

open new terminal in project folder

cd frontend
npm start

Done, Now Open localhost:3000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published