Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 17 days 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.

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