{"id":13498639,"url":"https://github.com/olafsulich/fullstack-nextjs-ecommerce","last_synced_at":"2025-04-09T05:09:48.455Z","repository":{"id":37611747,"uuid":"432330270","full_name":"olafsulich/fullstack-nextjs-ecommerce","owner":"olafsulich","description":"Fullstack Next.js E-Commerce made with NextAuth + Prisma, Docker + TypeScript + React Query + Stripe + Tailwind Sentry and much more 🛒","archived":false,"fork":false,"pushed_at":"2021-12-14T21:02:02.000Z","size":174,"stargazers_count":811,"open_issues_count":4,"forks_count":184,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-02T04:02:39.749Z","etag":null,"topics":["authentication","docker","next-auth","nextauth","nextjs","nextjs-boilerplate","nextjs-starter","nextjs-template","nextjs-typescript","prisma","react-query","sentry","tailwindcss","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/olafsulich.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}},"created_at":"2021-11-27T00:14:08.000Z","updated_at":"2025-04-01T08:32:17.000Z","dependencies_parsed_at":"2022-07-14T20:17:22.374Z","dependency_job_id":null,"html_url":"https://github.com/olafsulich/fullstack-nextjs-ecommerce","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/olafsulich%2Ffullstack-nextjs-ecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olafsulich%2Ffullstack-nextjs-ecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olafsulich%2Ffullstack-nextjs-ecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olafsulich%2Ffullstack-nextjs-ecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olafsulich","download_url":"https://codeload.github.com/olafsulich/fullstack-nextjs-ecommerce/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980837,"owners_count":21027808,"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":["authentication","docker","next-auth","nextauth","nextjs","nextjs-boilerplate","nextjs-starter","nextjs-template","nextjs-typescript","prisma","react-query","sentry","tailwindcss","typescript"],"created_at":"2024-07-31T21:00:39.106Z","updated_at":"2025-04-09T05:09:48.433Z","avatar_url":"https://github.com/olafsulich.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized","TypeScript"],"sub_categories":["Uncategorized"],"readme":"\u003ch1 align=\"center\"\u003e\n\n\u003cbr\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/46969484/143662399-baaa3db0-12fa-4455-9c0c-56b7c5f96552.png\" width=\"100%\" /\u003e\n\n\u003cbr\u003e\n\n\u003cbr\u003e\n\nFullstack Next.js E-commerce\n\n\u003c/h1\u003e\n\n## Technologies 🔧\n\n- Next.js(React)\n- TypeScript\n- Prisma\n- NextAuth\n- Stripe\n- Tailwind\n- React Query\n- Sentry\n- Yup\n\n## Screenshots 📸\n\n\u003cbr\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/46969484/143662639-de569e93-917c-40d8-b4ff-efbd6e6e82f3.png\" width=\"100%\" /\u003e\n\n\u003cbr\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/46969484/143662647-7fb16f8e-f982-46a3-ad92-e5cd357fe025.png\" width=\"100%\" /\u003e\n\n\u003cbr\u003e\n\n## Code Example/Issues 🔍\n\nIf you have any issues, please let me know in the issues section or directly to olafsulich@gmail.com\n\n## Installation 💾\n\n```bash\ngit clone https://github.com/olafsulich/fullstack-nextjs-ecommerce.git\n```\n\nFill your `.env` variables:\n\n```\nPOSTGRES_USER=\nPOSTGRES_PASSWORD=\nPOSTGRES_DB=\nDATABASE_URL=\"postgresql://\u003cPOSTGRES_USER\u003e:\u003cPOSTGRES_PASSWORD\u003e@\u003cPOSTGRES_HOST\u003e:\u003cPOSTGRES_PORT\u003e/\u003cPOSTGRES_DB\u003e?schema=public\u0026sslmode=prefer\"\nGITHUB_SECRET=\nGITHUB_ID=\nSECRET=\nNEXTAUTH_URL=\nNEXTAUTH_CALLBACK_URL=\nNEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=\nSTRIPE_SECRET_KEY=\nNEXT_PUBLIC_STRIPE_SUCCESS_REDIRECT_URL=\nNEXT_PUBLIC_STRIPE_ERROR_REDIRECT_URL\n```\n\nInstall deps:\n\n```bash\nnpm install\n```\n\nGenerate Prisma Client:\n\n```bash\nnpx prisma generate\n```\n\nRun docker-compose:\n\n```bash\ndocker-compose up -d\n```\n\nRun Next dev server:\n\n```bash\nnpm run dev\n```\n\n## Contributing\n\nThis is an open source project, and contributions of any kind are welcome and appreciated. Open issues, bugs, and feature requests are all listed on the [issues](https://github.com/olafsulich/fullstack-nextjs-ecommerce/issues) tab and labeled accordingly. Feel free to open bug tickets and make feature requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folafsulich%2Ffullstack-nextjs-ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folafsulich%2Ffullstack-nextjs-ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folafsulich%2Ffullstack-nextjs-ecommerce/lists"}