Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yvonnkr/yvoshop-mern
E-Commerce Shop Web App Built MERN & Redux
https://github.com/yvonnkr/yvoshop-mern
Last synced: 3 days ago
JSON representation
E-Commerce Shop Web App Built MERN & Redux
- Host: GitHub
- URL: https://github.com/yvonnkr/yvoshop-mern
- Owner: yvonnkr
- Created: 2020-11-14T21:59:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T17:11:20.000Z (almost 4 years ago)
- Last Synced: 2023-11-11T19:26:06.082Z (about 1 year ago)
- Language: JavaScript
- Size: 2.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YvoShop E-Commerce Platform
> E-Commerce Platform built with the MERN stack & Redux.
## Features
- Full featured shopping cart
- Product reviews and ratings
- Top products carousel
- Product pagination
- Product search feature
- User profile with orders
- Admin product management
- Admin user management
- Admin Order details page
- Mark orders as delivered option
- Checkout process (shipping, payment method, etc)
- PayPal / credit card integration
- Database seeder (products & users)## Usage
### Install Dependencies (frontend & backend)
```
npm install
cd frontend
npm install
```### Run
```
# Run frontend (:3000) & backend (:5000)
npm run dev# Run backend only
npm run server
```## Build & Deploy
```
# Create frontend prod build
cd frontend
npm run build
```## Portfolio
YvoLabs https://yvolabs-portfolio.netlify.app/
Copyright (c) 2020 Traversy Media https://traversymedia.com