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
- Clone the repository.
- Hit yarn install to install all neccessary dependencies.
- now open another terminal and hit #cd frontend
- do yarn install in frontend folder
- Set necessary enviornment variables
- run using yarn start in both root folder and frontend folder