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 |
git clone https://github.com/leoelicos/shopr.git
cd shopr
npm install
npm run develop