Skip to content

avinashxw/a-basic-e-commerce-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react e-commerce project

mkdir assignment-react-ecommerce

cd assignment-react-ecommerce/

git init

touch README.md
mkdir frontend
mkdir backend

backend

cd backend
npm init
npm install express body-parser
touch .gitignore
npm install -D jest supertest
touch app.js
node app.js
cd routes
touch cart.js admin.js
npm install -D http-errors cors

frontend

cd frontend
npx create-react-app .
npm install axios
npm install -D jest
npm start

app test

cd backend
npm test

About

An e-commerce store that can add products in the cart & also showcase how discount coupons can be applied

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors