{"id":22533782,"url":"https://github.com/ezzeddinp/ecommerce-dashboard","last_synced_at":"2026-04-18T11:02:46.477Z","repository":{"id":184191450,"uuid":"671459574","full_name":"ezzeddinp/ecommerce-dashboard","owner":"ezzeddinp","description":"E-commerce Dashboard","archived":false,"fork":false,"pushed_at":"2023-08-03T12:45:14.000Z","size":189,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-08T07:05:16.496Z","etag":null,"topics":["api-router","clerk-auth","mysql","next","planetscale","prisma","shadecn-ui","stripe-payments","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ezzeddinp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-27T11:15:16.000Z","updated_at":"2023-08-03T12:40:08.000Z","dependencies_parsed_at":"2025-02-02T06:41:32.175Z","dependency_job_id":"b52d06dc-eec8-496a-a349-d201f0915ae0","html_url":"https://github.com/ezzeddinp/ecommerce-dashboard","commit_stats":null,"previous_names":["ezzeddinp/ecommerce-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ezzeddinp/ecommerce-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezzeddinp%2Fecommerce-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezzeddinp%2Fecommerce-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezzeddinp%2Fecommerce-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezzeddinp%2Fecommerce-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ezzeddinp","download_url":"https://codeload.github.com/ezzeddinp/ecommerce-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezzeddinp%2Fecommerce-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31966217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-router","clerk-auth","mysql","next","planetscale","prisma","shadecn-ui","stripe-payments","typescript"],"created_at":"2024-12-07T09:09:38.476Z","updated_at":"2026-04-18T11:02:46.449Z","avatar_url":"https://github.com/ezzeddinp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full Stack E-Commerce + Dashboard \u0026 CMS: Next.js 13 App Router, React, Tailwind, Prisma, MySQL, 2023.\n\nFor DEMO, use [Stripe Testing Cards](https://stripe.com/docs/testing)\n\nThis is a repository for a Full Stack E-Commerce + Dashboard \u0026 CMS: Next.js 13 App Router, React, Tailwind, Prisma, MySQL\n\nKey Features:\n\n- We will be using Shadcn UI for the Admin!\n- Our admin dashboard is going to serve as both CMS, Admin and API!\n- You will be able 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 our CMS will generate API routes for all of those individually!)\n- You will be able to create, update and delete categories!\n- You will be able to create, update and delete products!\n- You will be able to upload multiple images for products, and change them whenever you want!\n- You will be able to create, update and delete filters such as \"Color\" and \"Size\", and then match them in the \"Product\" creation form.\n- You will be able to create, update and delete \"Billboards\" which are these big texts on top of the page. You will be able to attach them to a single category, or use them standalone (Our Admin generates API for all of those cases!)\n- You will be able to Search through all categories, products, sizes, colors, billboards with included pagination!\n- You will be able to control which products are \"featured\" so they show on the homepage!\n- You will be able to see your orders, sales, etc.\n- You will be able to see graphs of your revenue etc!.\n- You will learn Clerk Authentication!\n- Order creation\n- Stripe checkout\n- Stripe webhooks\n- MySQL + Prisma + PlanetScale\n\n### Prerequisites\n\n**Node version 14.x**\n\n### Cloning the repository\n\n```shell\ngit clone https://github.com/ezzeddinp/ecommerce-dashboard.git\n```\n\n### Install packages\n\n```shell\nnpm i\n```\n\n### Setup .env file\n\n\n```js\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\nNEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/\nNEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/\n\n# This was inserted by `prisma init`:\n# Environment variables declared in this file are automatically made available to Prisma.\n# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema\n\n# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.\n# See the documentation for all the connection string options: https://pris.ly/d/connection-strings\n\nDATABASE_URL=''\nNEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=\"\"\nSTRIPE_API_KEY=\nFRONTEND_STORE_URL=http://localhost:3001\nSTRIPE_WEBHOOK_SECRET=\n```\n\n### Connect to PlanetScale and Push Prisma\n```shell\nnpx prisma generate\nnpx prisma db push\n```\n\n\n### Start the app\n\n```shell\nnpm run dev\n```\n\n## Available commands\n\nRunning commands with npm `npm run [command]`\n\n| command         | description                              |\n| :-------------- | :--------------------------------------- |\n| `dev`           | Starts a development instance of the app |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezzeddinp%2Fecommerce-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezzeddinp%2Fecommerce-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezzeddinp%2Fecommerce-dashboard/lists"}