{"id":13623659,"url":"https://github.com/amirfakhrullah/ecommerce-next13beta","last_synced_at":"2025-04-02T01:53:17.457Z","repository":{"id":65223853,"uuid":"583992198","full_name":"amirfakhrullah/ecommerce-next13beta","owner":"amirfakhrullah","description":"E-Commerce site built with Next.js App Router (and other packages like tRPC, Next-Auth, Prisma, etc)","archived":false,"fork":false,"pushed_at":"2023-04-18T16:36:46.000Z","size":810,"stargazers_count":150,"open_issues_count":0,"forks_count":23,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-08T11:46:33.292Z","etag":null,"topics":["next-auth","nextjs","nextjs13","prisma","trpc","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://checks.amrf.me/","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/amirfakhrullah.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":"2022-12-31T20:03:55.000Z","updated_at":"2024-10-09T22:20:27.000Z","dependencies_parsed_at":"2024-01-14T08:13:28.015Z","dependency_job_id":"c0c67a6f-e882-4edc-9177-d6c169ad3546","html_url":"https://github.com/amirfakhrullah/ecommerce-next13beta","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirfakhrullah%2Fecommerce-next13beta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirfakhrullah%2Fecommerce-next13beta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirfakhrullah%2Fecommerce-next13beta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirfakhrullah%2Fecommerce-next13beta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amirfakhrullah","download_url":"https://codeload.github.com/amirfakhrullah/ecommerce-next13beta/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246741153,"owners_count":20826063,"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":["next-auth","nextjs","nextjs13","prisma","trpc","typescript","vercel"],"created_at":"2024-08-01T21:01:34.298Z","updated_at":"2025-04-02T01:53:17.437Z","avatar_url":"https://github.com/amirfakhrullah.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Checks\n\nAn e-commerce site for Nike sneakers built with the new Next.js 13 Beta (and other packages like tRPC, Next-Auth, Prisma,...)\n\n\u003e **Warning**\n\u003e Not a real e-commerce site. Built for experimenting and learning purposes.\n\n## Demo\n\n![progress1](https://user-images.githubusercontent.com/73758525/212482738-8eb76e3b-2cf8-42f6-86ee-8b0c9b4b63eb.png)\n\n![progress2](https://user-images.githubusercontent.com/73758525/212482779-0a1daf72-3758-4ef4-bf89-f3695034bd82.png)\n\n![progress3](https://user-images.githubusercontent.com/73758525/212482786-373d6b13-c0e9-40fe-beec-7b89b84c097a.png)\n\n![progress4](https://user-images.githubusercontent.com/73758525/212482792-ac440448-d848-47f1-a746-f260ea63ec1a.png)\n\n### Admin Section\n\n![progress6](https://user-images.githubusercontent.com/73758525/221421117-0ce7b81a-2647-4de5-93f5-0cd4ef0d8d79.png)\n## About\n\n- For testing and experimenting all the new features in Next.js 13 Beta (`/app` dir, server components and everything new)\n- Inspired by [Taxonomy](https://github.com/shadcn/taxonomy) built by [@shadcn](https://twitter.com/shadcn)\n- Haven't built an e-commerce site, so I'm challenging myself to build one!\n- Building this in public. You can follow the progress/updates on [@amirfkrlh](https://twitter.com/amirfkrlh)\n\n## Tech-stacks\n\n- [Next.js 13 Beta](https://beta.nextjs.org/docs)\n- [TailwindCSS](https://tailwindcss.com/)\n- [Material-Tailwind](https://www.material-tailwind.com/)\n- [tRPC](https://trpc.io/)\n- [Next-Auth](https://next-auth.js.org/)\n- [Prisma](https://www.prisma.io/)\n- [PostgreSQL](https://www.postgresql.org/)\n- [Typescript](https://www.typescriptlang.org/)\n\n## Deployments/Hosting\n\n- Next.js: [Vercel](https://vercel.com/)\n- Database: [Railway](https://railway.app/)\n- Image hosting: [AWS S3](https://aws.amazon.com/s3/)\n\n## Payment\n\n- [Stripe](https://stripe.com/)\n\n## Cron Job\n\n- GitHub Action\n\n## Setting up locally\n\n- Clone or fork this repository\n- To clone:\n\n```bash\ngit clone https://github.com/amirfakhrullah/ecommerce-next13beta.git\n```\n\n- Create and set up the `.env` file, refer to `.env.sample` for the required keys\n- Install the dependencies and generate prisma client (postinstall):\n\n```bash\nnpm i\n```\n\n- Push and synchronize the prisma schema to the database (make sure you have prisma cli installed):\n\n```bash\nnpx prisma db push\n```\n\n- Seed initial data:\n\n```bash\nnpx prisma db seed\n```\n\n- Run locally:\n\n```bash\nnpm run dev\n```\n\n## License\n\nLicense under the [MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirfakhrullah%2Fecommerce-next13beta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famirfakhrullah%2Fecommerce-next13beta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirfakhrullah%2Fecommerce-next13beta/lists"}