• Stars
    star
    114
  • Rank 308,031 (Top 7 %)
  • Language
    JavaScript
  • Created about 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ShopIT E-commerce Project

Complete E-commerce site built with Node.js, React, Redux, Express, MongoDB

More about this project and course on Udemy. Course Name: MERN Stack Full Ecommerce Site - Using React, Redux, Node.j

Env Variables

Add your config variables values in the config.env file in backend/config folder as shown in the course.

Install Dependencies (Frontend)

cd frontend
npm i

Install Dependencies (Backend)

npm i

Seed Database

Use the following commeand to put some dummy products in that database. Run it in the root folder.

npm run seeder