{"id":21985409,"url":"https://github.com/rooneyrulz/quickcart","last_synced_at":"2026-04-18T14:35:25.323Z","repository":{"id":215260111,"uuid":"738503257","full_name":"rooneyrulz/quickcart","owner":"rooneyrulz","description":"QuickCart: Next.js 13 E-Commerce App with Google SSO JWT","archived":false,"fork":false,"pushed_at":"2024-05-17T05:57:23.000Z","size":168,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T02:13:57.049Z","etag":null,"topics":["daisyui","jwt","next-auth","nextjs13","oauth2","prisma","reactjs","sso-authentication","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://kodeum-shop.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rooneyrulz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-01-03T11:29:17.000Z","updated_at":"2024-05-17T06:01:28.000Z","dependencies_parsed_at":"2024-05-17T06:45:11.306Z","dependency_job_id":"5fc363e7-83df-480e-9177-2640a40bdf48","html_url":"https://github.com/rooneyrulz/quickcart","commit_stats":null,"previous_names":["rooneyrulz/kodeum-shop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rooneyrulz/quickcart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rooneyrulz%2Fquickcart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rooneyrulz%2Fquickcart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rooneyrulz%2Fquickcart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rooneyrulz%2Fquickcart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rooneyrulz","download_url":"https://codeload.github.com/rooneyrulz/quickcart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rooneyrulz%2Fquickcart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31972536,"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":["daisyui","jwt","next-auth","nextjs13","oauth2","prisma","reactjs","sso-authentication","tailwindcss","typescript"],"created_at":"2024-11-29T18:13:40.070Z","updated_at":"2026-04-18T14:35:25.307Z","avatar_url":"https://github.com/rooneyrulz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickCart: Next.js 13 E-Commerce App with Google SSO JWT\n\nWelcome to QuickCart, a feature-rich E-commerce application built on the latest Next.js 13 framework. This project combines the power of App Router, TypeScript, seamless deployment strategies, TailwindCSS for stunning designs, Prisma for efficient database management, and DaisyUI to enhance the UI/UX experience.\n\n## Features\n\n### 1. Next.js 13\n\nLeverage the cutting-edge features of Next.js 13, ensuring optimal performance, improved developer experience, and the latest advancements in the React ecosystem.\n\n### 2. App Router\n\nCraft dynamic and fluid user experiences with Next.js App Router. Seamlessly transition between pages and enhance the overall navigation flow for your customers.\n\n### 3. TypeScript\n\nBuild robust and maintainable code with TypeScript, providing static typing to catch errors early, enabling a smoother development process.\n\n### 4. Deployment\n\nEffortlessly deploy your E-commerce app with our deployment strategies. Choose from various options to suit your needs, ensuring a seamless transition from development to production.\n\n### 5. TailwindCSS\n\nCreate visually stunning and responsive designs with TailwindCSS. TailwindCSS empowers you to build a unique and engaging user interface for your online store.\n\n### 6. Prisma\n\nEfficiently manage your database with Prisma, ensuring scalability, security, and ease of development. Prisma simplifies database operations, making data handling a breeze.\n\n### 7. DaisyUI\n\nEnhance your UI components with DaisyUI, adding a touch of elegance to your E-commerce app. DaisyUI provides a collection of beautiful and customizable UI elements to elevate the overall user experience.\n\n### 8. Google SSO JWT\n\nImplement secure and streamlined user authentication using Google Single Sign-On (SSO) with JSON Web Tokens (JWT). Simplify user onboarding and enhance account security for your customers.\n\n## Getting Started\n\n1. Clone the repository.\n2. Install dependencies with `npm install`.\n3. Configure your Google API credentials for SSO.\n4. Set up Prisma for your database.\n5. Run the app locally using `npm run dev`.\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\nTo run the development server:\n\n```bash\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## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frooneyrulz%2Fquickcart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frooneyrulz%2Fquickcart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frooneyrulz%2Fquickcart/lists"}