Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 664 Bytes

File metadata and controls

33 lines (27 loc) · 664 Bytes

Ecommer

Ecommer is an online e-commerce web app where users can purchase clothes and make payment using stipe payment gateway.

Technologies used

for frontend, we have used React.js, and backend using strapi

How to run

Install all dependencies of frontend

cd client
npm install

Install all dependencies of backend

cd server
npm install

Run the client using the following command

cd client
npm start

Run the server using the following command

cd server
npm start

Setup strapi : https://strapi.io/

refer https://youtu.be/CB3pEMl9TOA