For DEMO, use Stripe Testing Cards
MAKE SURE YOU HAVE ADMIN SETUP FIRST!
Key Features:
- Shadcn UI
- Admin Dashboard serves as both CMS, Admin and API!
- Ability to control mulitple vendors / stores through this single CMS. (For example you can have a "Shoe store" and a "Laptop store" and a "Suit store", and this CMS will generate API routes for all of those individually.)
- Ability to create, update and delete categories.
- Ability to create, update and delete products.
- Ability to able to upload multiple images for products, and change them.
- Ability to create, update and delete filters such as "Color" and "Size", and then match them in the "Product" creation form.
- Ability to Search through all categories, products, sizes, colors, billboards with included pagination.
- Ability to control which products are "featured" so they show on the homepage.
- Ability to see your orders, sales, etc.
- Ability to see graphs of your revenue etc.
- Clerk Authentication
- Order creation
- Stripe checkout
- Stripe webhooks
- MySQL + Prisma + PlanetScale
Node version 14.x
git clone https://github.com/IgorTheFixer/trillion-troves.gitnpm iNEXT_PUBLIC_API_URL=npm run devRunning commands with npm npm run [command]
| command | description |
|---|---|
dev |
Starts a development instance of the app |