reactioncommerce /
reaction
Project has been discontinued ////// Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
96/100 healthLoading repository data…
tmrinvee / repository
An e-commerce platform that allows users to browse products, add them to a shopping cart, and complete the checkout process. Integrated with a payment gateway for seamless transactions, and a basic admin panel for product management. Tech Stack: HTML5, CSS3, JavaScript (React or Vue.js), Node.js, MongoDB, Stripe API
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A fully responsive MERN-based commerce experience where shoppers can browse curated collections, manage carts, pay securely with Stripe, and admins can maintain the catalogue in real-time.
.
├── client/ # Vite + React SPA
│ ├── public/
│ └── src/
│ ├── api/ # Axios instance
│ ├── components/
│ ├── context/ # Auth + cart providers
│ ├── hooks/
│ ├── layouts/
│ └── pages/
└── server/ # Express API service
├── src/
│ ├── config/
│ ├── controllers/
│ ├── middleware/
│ ├── models/
│ ├── routes/
│ ├── seeds/
│ └── utils/
└── .env.example
Copy the examples and fill in your values:
cp server/.env.example server/.env
cp client/.env.example client/.env
Update:
MONGODB_URI to your Mongo connection stringJWT_SECRET to a long random stringSTRIPE_SECRET_KEY (backend) + VITE_STRIPE_PUBLISHABLE_KEY (frontend)CLIENT_URL to the dev origin (default http://localhost:5173)cd server && npm install
cd ../client && npm install
cd server
npm run seed
This inserts curated demo products and ensures a default admin user:
admin@shopsphere.comAdmin123!In one terminal for the API:
cd server
npm run dev
In another terminal for the client:
cd client
npm run dev
http://localhost:5000http://localhost:5173paymentIntentId once confirmation succeeds.POST /api/auth/register — create account & receive JWTPOST /api/auth/login — authenticate & receive JWTGET /api/products — list products with pagination + search & category filtersPOST /api/products — create product (admin)PUT /api/products/:id — update product (admin)DELETE /api/products/:id — remove product (admin)POST /api/checkout — create Stripe Payment Intent (auth required)POST /api/orders — persist order after payment (auth required)GET /api/orders — fetch user orders (auth required)GET /api/orders/admin/all — all orders (admin)client/src/index.css; utility classes are provided for buttons, cards, grids, etc.client/src/pages/AdminDashboard.jsx./api/webhooks/stripe) for asynchronous Stripe events if needed.Enjoy building with ShopSphere! 🚀
Selected from shared topics, language and repository description—not editorial ratings.
reactioncommerce /
Project has been discontinued ////// Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
96/100 healthTejashri-Taral /
TrendTrove is an e-commerce platform designed to bring the latest fashion trends right to your fingertips. This project focuses on creating a seamless shopping experience, offering a wide range of stylish clothing, accessories, and more. From casual outfits to formal wear, TrendTrove curates collections to suit every occasion.
63/100 healthcodewithmawais /
The "E-commerce Website UI" is a masterfully designed user interface, developed solely using HTML and CSS. This project serves as a visual tour de force of an online e-commerce platform, elegantly presenting multiple sections and design elements. Although the website focuses exclusively on the user interface, and lacks client-side interactions.
65/100 healthHazrat-Ali9 /
🪣 A dynamic 🧺 and responsive 📒 frontend📙an auction📘 style eCommerce📗platform📔where users 📕 can bid win 🪔 and shop ⚽ products in ⚾ real time Built 🏀 with modern 🥎 web technologies 🏐 to ensure 🎟 smooth 🏆 interaction 🎳 and intuitive 🎮 design 🧸 Secure user 🕌 authentication ✈ and 🚁profile 🚀 management 🚟
71/100 healthHazrat-Ali9 /
🍔 Bid 🍟 Ecommerce 🍘Backend 🥙 is a robust 🍏 and scalable 🍎 backend 🥬 system 🍑 designed 🦋 an innovative 🐳 e commerce 🐊 platform 🦫 where users can 🐸 buy sell and bid 🪲 on products in real 🪰 time Built with 🦜 modular architecture 🐲 and clean code 🐯 principles this backend 🦧 ensures security performance 🦬 and seamless API integration
61/100 healthVarsha-1605 /
The Social Media to Product Listings Generator is an open-source AI tool that transforms social media product showcases into structured, detailed listings optimized for e-commerce platforms like Amazon. https://devfolio.co/projects/sociosell-63b7
60/100 health