https://github.com/leoelicos/shopr
Fast shopping cart
https://github.com/leoelicos/shopr
apollo bcrypt gql jwt mongoose mql pwa react redux stripe
Last synced: 3 months ago
JSON representation
Fast shopping cart
- Host: GitHub
- URL: https://github.com/leoelicos/shopr
- Owner: leoelicos
- License: mit
- Created: 2022-07-23T13:11:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T09:00:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T11:48:27.710Z (over 1 year ago)
- Topics: apollo, bcrypt, gql, jwt, mongoose, mql, pwa, react, redux, stripe
- Language: JavaScript
- Homepage: https://shpr.herokuapp.com/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shopr
https://shpr.herokuapp.com/
An e-commerce MERN with Redux, GraphQL, Stripe Payments and PWA.
Users add to a shopping list that takes them to a real checkout with credit card. Without refreshing the page. They can also filter items by category by clicking on filters. They can also pay with Stripe using a credit card.
| Tech | Package |
| - | - |
| graphql client | `@apollo/client` |
| front end framework | `react` |
| state management | `redux` |
| server framework | `express` |
| authentication | `jsonwebtoken` |
| database management | `mongoose` |
## Development and Testing
```sh
git clone https://github.com/leoelicos/shopr.git
cd shopr
npm install
npm run develop
```
## Demo
https://user-images.githubusercontent.com/99461390/180640699-7b9b8f17-8962-4099-aecc-b7f5554c8442.mp4
## Screenshots
### Home

### Detail

### Checkout

### Success

## License
[MIT License](./LICENSE).