Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 693 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 693 Bytes

ECommerce-MERN

This is an ECommerce Application built with MERN Stack (MongoDB, Express React and Node)

I have followed MVC approch, the frontend code is in frontend folder.

The root directory contains the backend code, Models, Controllers and Routes folders contains respective models, controllers and routes.

I am also integrating a Payment Gateway and it would be completed soon.

Steps to run this project

  1. Clone the repository.
  2. Hit yarn install to install all neccessary dependencies.
  3. now open another terminal and hit #cd frontend
  4. do yarn install in frontend folder
  5. Set necessary enviornment variables
  6. run using yarn start in both root folder and frontend folder