Skip to content

shikhardb/bagstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-GraphQL Ecommerce Store 🛒

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.

Features: ⭐⭐

  • 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

Previews 📷

View Products 🕶

N|Solid


Add New Products 👜

N|Solid


Search Products 🔍

N|Solid


Add To Cart 🛒

N|Solid


Checkout and Buy 💳💲

N|Solid


View Previous Orders

N|Solid


Change Account Settings

N|Solid


To run this on your localhost 🏃‍♂️

Clone the project

$ git clone https://github.com/shikhardb/bagstore.git

Run the backend (GraphQL server) 📈

$ cd backend
$ npm install
$ npm run dev

This thing will be on fire 🔥 at

localhost:4444

Run the frontend (GraphQL server) 🌄

$ cd frontend
$ npm install
$ npm run dev

The frontend will be on fire 🔥 at

localhost:7777

More updates and features coming soon. 🍺🙌

About

E-commerce app to buy/sell anything

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published