https://github.com/abdullah0332/ecommerce-redux
A Complete E Commerce Website on MERN Stack with Redux and Stripe for Payment and also Cloudinary for store Images on cloud.
https://github.com/abdullah0332/ecommerce-redux
bootstrap cloudinary cookie cors express-fileupload expressjs mongodb mongoose nodejs reactjs stripe
Last synced: 2 months ago
JSON representation
A Complete E Commerce Website on MERN Stack with Redux and Stripe for Payment and also Cloudinary for store Images on cloud.
- Host: GitHub
- URL: https://github.com/abdullah0332/ecommerce-redux
- Owner: Abdullah0332
- Created: 2021-03-13T18:57:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T05:19:20.000Z (almost 5 years ago)
- Last Synced: 2025-01-08T09:24:19.397Z (over 1 year ago)
- Topics: bootstrap, cloudinary, cookie, cors, express-fileupload, expressjs, mongodb, mongoose, nodejs, reactjs, stripe
- Language: JavaScript
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShopIT E-commerce Project
> Complete E-commerce site built with Node.js, React, Redux, Express, MongoDB
### Env Variables
Create a .env file in the backend folder in config folder with name config.env Add your variables in that as shown in the course.
### Install Dependencies (Frontend)
```
cd frontend
npm i
```
### Install Dependencies (Backend)
```
cd backend
npm i
```
### Run Code
```
cd backend
npm start
<<<<<<< HEAD
```
### Go To
http://localhost:5000
=======
&
cd frontend
npm start
```
### Go To
http://localhost:3000
>>>>>>> cac9597ad861f9e3dcf65cfa1f662e78ab5d2145