A fun e-commerce app built with React, Next.js and GraphQL with Prisma and Yoga. Add products or buy other's products with Stripe payment gateway.
- Shop page to view all products
- Add new products with details and images to sell on the store
- Add products to cart for later checkout
- Buy products from the store
- Keyword search for the products
- Checkout with Debit/Credit card using Stripe
- View previous orders
- Change account settings such as username, password
$ git clone https://github.com/shikhardb/bagstore.git
$ cd backend
$ npm install
$ npm run dev
This thing will be on fire 🔥 at
localhost:4444
$ cd frontend
$ npm install
$ npm run dev
The frontend will be on fire 🔥 at
localhost:7777
More updates and features coming soon. 🍺🙌