{"id":20942849,"url":"https://github.com/prantomollick/full-stack-e-commerce-dashboard-cms","last_synced_at":"2026-04-12T17:45:11.404Z","repository":{"id":203383440,"uuid":"709467137","full_name":"prantomollick/Full-Stack-E-Commerce-Dashboard-CMS","owner":"prantomollick","description":"Next.js@13.5.6 App-Router, React@18, Tailwind, Prisma, MySQL","archived":false,"fork":false,"pushed_at":"2023-11-17T08:13:39.000Z","size":290,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T21:17:38.574Z","etag":null,"topics":["app-router-nextjs","axios","clark","lucide-react","mysql","next-cloudinary","nextjs13","orm","prisma","react-hook-form","react18","shadcn-ui","tailwind","typescript","zod","zustand"],"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/prantomollick.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-10-24T19:25:11.000Z","updated_at":"2023-11-17T07:32:08.000Z","dependencies_parsed_at":"2024-11-18T23:34:47.490Z","dependency_job_id":"54d36a92-0b1b-4ea1-9c6a-b501163a85a3","html_url":"https://github.com/prantomollick/Full-Stack-E-Commerce-Dashboard-CMS","commit_stats":null,"previous_names":["prantomollick/full-stack-e-commerce-dashboard-cms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantomollick%2FFull-Stack-E-Commerce-Dashboard-CMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantomollick%2FFull-Stack-E-Commerce-Dashboard-CMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantomollick%2FFull-Stack-E-Commerce-Dashboard-CMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantomollick%2FFull-Stack-E-Commerce-Dashboard-CMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prantomollick","download_url":"https://codeload.github.com/prantomollick/Full-Stack-E-Commerce-Dashboard-CMS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243335381,"owners_count":20274898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["app-router-nextjs","axios","clark","lucide-react","mysql","next-cloudinary","nextjs13","orm","prisma","react-hook-form","react18","shadcn-ui","tailwind","typescript","zod","zustand"],"created_at":"2024-11-18T23:31:03.218Z","updated_at":"2025-12-24T17:51:47.670Z","avatar_url":"https://github.com/prantomollick.png","language":"TypeScript","readme":"# Full-Stack-E-Commerce-Dashboard-CMS\n\nNext.js@13 App-Router, React, Tailwind, Prisma, MySQL\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm i\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Environment Variable\n\n[Clerk Authentication system integrate](https://clerk.com/docs/references/nextjs/)\n\n```bash\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\u003ckey\u003e\nCLERK_SECRET_KEY=\u003csecret key\u003e\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\n[Cloudenery](https://cloudinary.com/documentation/react_image_and_video_upload)\n\n```bash\nNEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=\u003cnamekey\u003e\n```\n\n## [Prisma Setup with mysql](https://www.prisma.io/docs/concepts/database-connectors/mysql)\n\n```bash\nnpm install @prisma/client prisma\n# or\nyarn add @prisma/client prisma\n\nnpx prisma init --datasource-provider mysql\n\n\n#Update your .env prisma generated mysql connection link then write your model into the schema.prisma file after that run this below cli command\nnpx prisma generate\n# or\nyarn prisma generate\n\nnpx prisma db push\n```\n\n## [Environment Variable for prisma mysql](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-node-mysql)\n\n```bash\nDATABASE_URL=\"mysql://\u003cuser\u003e:\u003cpassword\u003e@127.0.0.1:3306/\u003cdb_name\u003e?KEY1=VALUE\u0026KEY2=VALUE\u0026KEY3=VALUE\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprantomollick%2Ffull-stack-e-commerce-dashboard-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprantomollick%2Ffull-stack-e-commerce-dashboard-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprantomollick%2Ffull-stack-e-commerce-dashboard-cms/lists"}