{"id":30584091,"url":"https://github.com/inifarhan/skaters","last_synced_at":"2025-08-29T09:03:02.164Z","repository":{"id":205549327,"uuid":"714506228","full_name":"inifarhan/skaters","owner":"inifarhan","description":"An open source e-commerce project build by Inifarhan with everything new in Next.js 14.","archived":false,"fork":false,"pushed_at":"2024-08-24T02:40:35.000Z","size":1172,"stargazers_count":137,"open_issues_count":1,"forks_count":27,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-24T03:34:51.647Z","etag":null,"topics":["ecommerce","midtrans","mysql","nextjs","payment-gateway","prisma","react","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://skaters-inifarhan.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/inifarhan.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":"2023-11-05T03:35:00.000Z","updated_at":"2024-08-24T03:34:52.888Z","dependencies_parsed_at":null,"dependency_job_id":"261aba8f-bfc6-4a23-84a1-c371a0e1d3a0","html_url":"https://github.com/inifarhan/skaters","commit_stats":null,"previous_names":["inifarhan/skaters"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/inifarhan/skaters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inifarhan%2Fskaters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inifarhan%2Fskaters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inifarhan%2Fskaters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inifarhan%2Fskaters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inifarhan","download_url":"https://codeload.github.com/inifarhan/skaters/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inifarhan%2Fskaters/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272658781,"owners_count":24971604,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"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":["ecommerce","midtrans","mysql","nextjs","payment-gateway","prisma","react","tailwindcss","typescript"],"created_at":"2025-08-29T09:03:00.464Z","updated_at":"2025-08-29T09:03:02.141Z","avatar_url":"https://github.com/inifarhan.png","language":"TypeScript","funding_links":[],"categories":["Boilerplates \u0026 Starters"],"sub_categories":[],"readme":"# [Skaters](https://skaters-inifarhan.vercel.app/)\n\nThis is an open source e-commerce project build by [Inifarhan](https://github.com/inifarhan) with everything new in Next.js 14.\n\n[![Skaters](./public/images/screenshoot.PNG)](https://skaters-inifarhan.vercel.app/)\n\n\u003e **Warning**\n\u003e This project is still in development and is not ready for production use.\n\u003e\n\u003e Please check the [roadmap](https://inifarhan.notion.site/972df2ba233849f692d0bcce51934d43?v=465be802f86740b99f8b4670174086df\u0026pvs=4) of this project in notion\n\n## Tech Stack 💻\n\n- **Framework:** [Next.js](https://nextjs.org)\n- **Styling:** [Tailwind CSS](https://tailwindcss.com)\n- **Authentication:** [Next Auth](https://authjs.dev)\n- **Database:** [Mysql](https://www.mysql.com)\n- **ORM:** [Prisma ORM](https://www.prisma.io)\n- **UI Components:** [shadcn/ui](https://ui.shadcn.com)\n- **File Uploads:** [uploadthing](https://uploadthing.com)\n- **Payments infrastructure:** [Midtrans](https://midtrans.com)\n\n## Features to be implemented\n\nCheck the [roadmap](https://inifarhan.notion.site/972df2ba233849f692d0bcce51934d43?v=465be802f86740b99f8b4670174086df\u0026pvs=4)\n\n## Running Locally\n\n1. Clone the repository\n\n   ```bash\n   git clone https://github.com/inifarhan/skaters.git\n   ```\n\n2. Install dependencies using npm\n\n   ```bash\n   npm install\n   ```\n\n3. Copy the `.env.example` to `.env` and update the variables.\n\n   ```bash\n   cp .env.example .env\n   ```\n\n4. Configure your .env file with your secret\n\n   ```env\n   NEXT_PUBLIC_APP_URL=\"http://localhost:3000\"\n   \n   GOOGLE_CLIENT_ID=\n   GOOGLE_CLIENT_SECRET=\n   \n   NEXT_AUTH_SECRET=\n   \n   UPLOADTHING_SECRET=\n   UPLOADTHING_APP_ID=\n   \n   MIDTRANS_CLIENT_KEY=\n   MIDTRANS_SERVER_KEY=\n   \n   DATABASE_URL=\n   ```\n\n5. Generate prisma client\n\n   ```bash\n   npx prisma generate\n   ```\n\n6. Push the database schema\n\n   ```bash\n   npx prisma db push\n   ```\n\n7. Seeding the categories data\n\n   ```bash\n   npx prisma db seed\n   ```\n\n8. Start the development server\n\n   ```bash\n   npm run dev\n   ```\n\n## Where do I deploy this?\n\n- For the Nextjs application, I deploy it on [Vercel](https://vercel.com/)\n- And for the MySQL database I deploy it on [Aiven](https://aiven.io/)\n\n## Contributing\n\nContributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions will be acknowledged. See the [contributing guide](./CONTRIBUTING.md) for more information.\n\n## Contributors\n\nThanks goes to these wonderful people for their contributions:\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"https://github.com/inifarhan/skaters/graphs/contributors\"\u003e\n   \u003cimg src=\"https://contrib.rocks/image?repo=inifarhan/skaters\" /\u003e\n \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n Made with \u003ca rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://contrib.rocks\"\u003econtrib.rocks\u003c/a\u003e\n\u003c/p\u003e\n\n## License\n\nLicensed under the MIT License. Check the [LICENSE](./LICENSE) file for details.\n\n## Credits\n\n[Taxonomy](https://tx.shadcn.com/), [Skateshop](https://skateshop.sadmn.com/), [shadcn/ui](https://ui.shadcn.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finifarhan%2Fskaters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finifarhan%2Fskaters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finifarhan%2Fskaters/lists"}