An incomplete imitation of a Shopify eCommerce Site. It can be freely used in its current state, but it lacks a checkout function and authentication right now. The main functionality is in frontend elements and REST API implementations via Next.js Route Handlers.
- Inventory and Product Management System (for admins)
- Dynamic Navbar with Product Categories and Subcategories
- Shopping Cart
- Next.js
- TailwindCSS
- MongoDB / Mongoose
- Vercel Blob
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.