Skip to content

Scrpyard is a E-Commerce Website build with the power of MERN Stack.

Notifications You must be signed in to change notification settings

rajkaranm/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

Scrpyard is a E-Commerce Website build with the power of MERN Stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 67.9%
  • JavaScript 30.7%
  • HTML 1.4%