Skip to content

plabon452b/ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce

Install dependencies for server

cd backend npm install

Install dependencies for client

cd frontend ---> npm install

Add your paypal client id in client/src/components/mainpages/cart/PaypalButton.js

Run the Express server

cd backend ---> npm run dev

Run the React client only

cd frontend ---> npm start

Server runs on http://localhost:5000 and client on http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published