Skip to content

berkdisli/e-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 

Repository files navigation

Fullstack project - e-commerce

Installation

There are two different folders:

  1. server: where your backend lives

  2. client: Frontend of your application

To install, you need to go to both directories and install their packages as such:

cd server
npm install
cd client
npm install

To run the frontend make sure you are under the client folder and:

npm start

To run the backend make sure you are under the api folder and:

npm run start:dev

Tech-stack:

  • React
  • Redux
  • Express
  • MongoDB
  • Material MUI