Skip to content

Latest commit

 

History

History
104 lines (68 loc) · 1.81 KB

File metadata and controls

104 lines (68 loc) · 1.81 KB

E-commerce

Introduction

The project is to develop a e-commerce website where a user can buy products from the e-commerce site through bank transaction among supplier and e-commerce site.

Used Technologies:

  • Frontend: Reactjs,HTML,CSS
  • Backend: Express.js
  • Database: Mongodb

Clone this Project:

https://github.com/sani-1023/E-commerce

To run the project

For Frontend(port:3000):

cd frontend

Install Depedencies :

npm install

Run Frontend :

npm start

For Backend(port:4001):

cd backend

Install Depedencies :

npm install

Run Backend :

npm run dev

if any dependency is not installed properly use this following command

npm install --force

Some Screenshots:

Developed by,