Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 365 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 365 Bytes

ShopIT E-commerce Project

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

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