{"id":23895384,"url":"https://github.com/kelomo2502/nextjs15-ecommerce-website","last_synced_at":"2026-05-09T07:01:39.441Z","repository":{"id":269151541,"uuid":"906577135","full_name":"kelomo2502/NextJS15-Ecommerce-Website","owner":"kelomo2502","description":"A Full-stack e-commerce application built using Next.js 15, with a focus on mastering modern web development technologies. The application replicates core features of a real-world e-commerce platform, providing an end-to-end shopping experience, including user authentication, product browsing, cart management, checkout, and payment integration.","archived":false,"fork":false,"pushed_at":"2024-12-27T16:06:56.000Z","size":233,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T07:15:57.355Z","etag":null,"topics":["nextjs","postgresql","prisma","stripe","tailwindcss"],"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/kelomo2502.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":"2024-12-21T09:40:15.000Z","updated_at":"2024-12-21T17:45:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae8a1c60-4d7f-40a8-944f-5e7e21e0cde2","html_url":"https://github.com/kelomo2502/NextJS15-Ecommerce-Website","commit_stats":null,"previous_names":["kelomo2502/nextjs15-ecommerce-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kelomo2502/NextJS15-Ecommerce-Website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelomo2502%2FNextJS15-Ecommerce-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelomo2502%2FNextJS15-Ecommerce-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelomo2502%2FNextJS15-Ecommerce-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelomo2502%2FNextJS15-Ecommerce-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kelomo2502","download_url":"https://codeload.github.com/kelomo2502/NextJS15-Ecommerce-Website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelomo2502%2FNextJS15-Ecommerce-Website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32810381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["nextjs","postgresql","prisma","stripe","tailwindcss"],"created_at":"2025-01-04T15:55:40.186Z","updated_at":"2026-05-09T07:01:39.436Z","avatar_url":"https://github.com/kelomo2502.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon Clone - Full-Stack E-commerce Application 🚀\n\nThis project is a full-stack Amazon-like e-commerce application built using Next.js 15, with a focus on mastering modern web development technologies. The application replicates core features of a real-world e-commerce platform, providing an end-to-end shopping experience, including user authentication, product browsing, cart management, checkout, and payment integration.\n\n## Features 🌟\n\n### User Features\n\n- User Authentication:\n  - Secure sign-up, sign-in, and sign-out using NextAuth.js with credentials provider.\n- Product Management:\n  - Dynamic product listings, categories, and detailed product pages.\n- Shopping Cart:\n  - Add, update, and remove products from the cart.\n- Checkout Process:\n  - Secure checkout with payment integration using Stripe.\n- Wishlist and Saved Items:\n  - Save items for future purchase.\n- Order Management:\n  - Track orders and their statuses.\n\n### Admin Features\n\n- Manage product inventory, including adding, editing, and deleting products.\n- View and manage orders and their statuses.\n- Monitor sales and customer data (planned feature).\n\n## Tech Stack 🛠️\n\n| **Layer**       | **Technology**                     |\n|------------------|------------------------------------|\n| **Frontend**     | Next.js 15, React, Tailwind CSS    |\n| **Backend**      | Next.js API Routes (App Router)    |\n| **Database**     | PostgreSQL, Prisma ORM            |\n| **Authentication** | NextAuth.js                     |\n| **Payments**     | Stripe                            |\n| **DevOps**       | Docker, GitHub Actions            |\n\n---\n\n## Project Structure 📂\n\n![Folder Structure](./public/images/folder_structure.png)\n\n## How to Run Locally\n\n1. Clone this repository:\n`https://github.com/kelomo2502/NextJS15-Ecommerce-Website.git`\n2. Navigate to the project directory\n`cd NextJS15-Ecommerce-Website`\n3. Install dependencies:\n`npm install`\n4. Set up environment variables: Create a .env file in the root with the following keys:\nSTRIPE_SECRET_KEY=add_your_stripe_secret\nDATABASE_URL=Add_your_database_url\nJWT_SECRET=Add_your_jwt_secret\n5. Apply Prisma migrations to set up the database:\n`npx prisma migrate dev`\n6. Run the development server:\n`npm run dev`\n7. Access the app at \u003chttp://localhost:3000\u003e\n\n## Planned Improvements\n\n- Add product reviews and ratings.\n- Implement search and filtering functionality.\n- Improve mobile responsiveness.\n- Add advanced analytics for the admin panel.\n\n## Usage 🖱️\n\n### User Features\n\n1. Sign Up / Log In: Navigate to /auth/register or /auth/login to create an account or log in.\n2. Browse Products: Explore products on the homepage or search by category.\n3. Manage Cart: Add products to the cart and proceed to checkout.\n4. Wishlist: Save products for later.\n5. Checkout: Complete your purchase with Stripe integration.\n\n### Admin Features\n\n1. Visit /admin for the admin panel (work in progress).\n\n## Deployment 🚀\n\nComming soon\n\n## Contributing 🤝\n\nContributions are welcome! Please follow these steps:\n\n- Fork the repository.\n- Create a new branch (git checkout -b feature/YourFeature).\n- Commit your changes (git commit -m 'Add YourFeature').\n- Push to the branch (git push origin feature/YourFeature).\n- Open a pull request.\n\n## Planned Features 🚧\n\n- Product reviews and ratings.\n- Search and filtering functionality.\n- Admin analytics dashboard.\n- Advanced mobile responsiveness.\n- Push notifications for order updates.\n\n## License 📜\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgements 🙌\n\n- Next.js for the powerful framework.\n- Prisma for database management.\n- Stripe for payment processing.\n- Tailwind CSS for styling.\n- Inspired by the real-world functionality of Amazon.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelomo2502%2Fnextjs15-ecommerce-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkelomo2502%2Fnextjs15-ecommerce-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelomo2502%2Fnextjs15-ecommerce-website/lists"}