https://github.com/shubhangam333/shopit
https://github.com/shubhangam333/shopit
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubhangam333/shopit
- Owner: Shubhangam333
- Created: 2021-04-05T06:39:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T14:19:09.000Z (almost 4 years ago)
- Last Synced: 2025-02-16T08:27:23.422Z (2 months ago)
- Language: JavaScript
- Size: 830 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShopIT
# Preview

> Complete E-commerce site built with Node.js, React, Redux, Express, MongoDB
### 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
```