Skip to content

E-Commerce dashboard & CMS. Create and manage multiple e-commerce stores through this single site.

License

Notifications You must be signed in to change notification settings

steezplusplus/ecommerce-admin

Repository files navigation

Preview image of the website

Manage multiple micro frontends with this toolkit.

E-commerce admin number of stargazers E-commerce admin number of issues E-commerce admin license E-commerce admin last commit time E-commerce admin num of bytes

Built with

vercel - cloudinary - clerk - supabase - nextjs13 - typescript - tailwind

Support me!

Or leave a ⭐

Features

  • Passwordless signup with Google social integration
  • CRUD operations for creating a store, billboards, products, colors, categories, and more
  • Upload the resources that your store will need
  • Automatically generates API endpoints for your frontend to use
  • Use Any frontend framework that you like!

Setup

  1. Clone this project
git clone ...
  1. Install Packages
npm install
  1. Generate your dotenv file. Follow the instructions in the file to get the env variables.
cp .env.example .env
  1. Prepare prisma
npx prisma generate
npx prisma db push
  1. Start the app
npm run dev

View an exmaple frontend I've built here: E-commerce Store

Available commands

command description
dev Starts a development instance of the app
build Builds a production instance of the app
start Starts a production instance of the app
lint Runs ESLint
lint:fix Runs ESLint and fixes syntax
prettier Runs Prettier
prettier:fix Runs Prettier and fixes formatting
postinstall Generates Primsa client

Entity Relationship Diagram

ER Diagram

About

E-Commerce dashboard & CMS. Create and manage multiple e-commerce stores through this single site.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published