Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 722 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 722 Bytes

Rocket eCommerce

Simple store, managed by MERN stack - Open-Source, MIT license.

Note: Forked from Ecom Store, coded by Mohi Sojitra


Technology Stack

Backend

  • Nodejs
  • Mongodb
  • Express

Frontend

  • React Js
  • Redux

How to use it

For Backend

  1. git clone https://github.com/app-generator/rocket-ecom-mern.git
  2. cd backend
  3. yarn
  4. yarn data:import
  5. yarn dev

For Frontend

  1. cd frontend
  2. yarn
  3. yarn start


Rocket eCommerce - simple MERN ecommerce solution provided by AppSeed