{"id":24306723,"url":"https://github.com/lalitdotdev/easybay","last_synced_at":"2025-10-24T18:44:22.867Z","repository":{"id":197209448,"uuid":"698183325","full_name":"lalitdotdev/easybay","owner":"lalitdotdev","description":"Full Stack E-Commerce Store + Dashboard \u0026 CMS: Next.js 13 App Router, React, Tailwind, Prisma, MySQL","archived":false,"fork":false,"pushed_at":"2024-10-15T11:37:18.000Z","size":205,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T03:39:16.009Z","etag":null,"topics":["cms","customhooksreact","dashboard","ecommerce","nextjs13","store","typescript","zustand"],"latest_commit_sha":null,"homepage":"https://buywithease.vercel.app/","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/lalitdotdev.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":"2023-09-29T10:48:02.000Z","updated_at":"2024-05-31T16:12:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7e38957-4fb1-4060-9887-0d1f16e7adac","html_url":"https://github.com/lalitdotdev/easybay","commit_stats":null,"previous_names":["mrexplorist/e-store","mrexplorist/easybay","lalitdotdev/easybay"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitdotdev%2Feasybay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitdotdev%2Feasybay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitdotdev%2Feasybay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitdotdev%2Feasybay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lalitdotdev","download_url":"https://codeload.github.com/lalitdotdev/easybay/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242259912,"owners_count":20098429,"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":["cms","customhooksreact","dashboard","ecommerce","nextjs13","store","typescript","zustand"],"created_at":"2025-01-17T03:39:20.839Z","updated_at":"2025-10-24T18:44:17.818Z","avatar_url":"https://github.com/lalitdotdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Full Stack E-Commerce Store + Dashboard \u0026 CMS: Next.js 13 App Router, React, Tailwind, Prisma, MySQL, 2023**\n\nFor a live demo, you can use [Stripe Testing Cards](https://stripe.com/docs/testing).\n\nThis repository contains a Full Stack E-Commerce Store + Dashboard \u0026 CMS application built with Next.js 13, React, Tailwind CSS, Prisma, MySQL, and other modern technologies.\n\n## Prerequisites\n\nBefore you begin, ensure you have the following:\n\n- Node.js version 14.x or higher.\n\n## Admin Setup\n\n**Note: Before setting up the E-Commerce Store, make sure you have the [Admin Dashboard](https://github.com/mrExplorist/store-dash.git) configured and running locally.**\n\n## Getting Started\n\nFollow these steps to set up and run the E-Commerce Store on your local machine.\n\n### Cloning the Repository\n\nClone this repository to your local machine using the following command:\n\n```shell\ngit clone https://github.com/mrExplorist/e-store.git\n```\n\n### Installing Packages\n\nNavigate to the project directory and install the required npm packages by running:\n\n```shell\nnpm install\n```\n\n### Setting Up Environment Variables\n\nCreate a `.env` file in the project directory and configure the following environment variable with the URL of your admin dashboard:\n\n```env\nNEXT_PUBLIC_API_URL=\n```\n\n### Starting the App\n\nStart the development instance of the app using the following command:\n\n```shell\nnpm run dev\n```\n\n## Key Features\n\n### E-Commerce Store\n\n- **Multi-Vendor Support**:\n\n  - Manage multiple vendors and stores through a single CMS.\n  - Generate individualized API routes for each store (e.g., \"Shoe store,\" \"Laptop store,\" \"Suit store\").\n\n- **Category Management**:\n\n  - Create, update, and delete product categories easily.\n  - Organize products for a well-structured online store.\n\n- **Product Management**:\n\n  - Complete control over your product catalog.\n  - Create, update, and delete products effortlessly.\n\n- **Image Management**:\n\n  - Upload multiple images for each product.\n  - Change product images as needed for visual appeal.\n\n- **Filter Creation**:\n\n  - Create, update, and delete filters (e.g., \"Color\" and \"Size\").\n  - Match filters in the \"Product\" creation form for customer convenience.\n\n- **Billboard Management**:\n\n  - Customize the store's appearance with \"Billboards\" (prominent text sections).\n  - Attach billboards to specific categories or use them independently.\n\n- **Search and Pagination**:\n\n  - Search through categories, products, sizes, colors, and billboards.\n  - Implement pagination for manageable search results.\n\n- **Featured Products**:\n\n  - Control which products are \"featured\" on the homepage.\n  - Prominently display selected products for increased visibility.\n\n- **Order Management**:\n\n  - Efficient order creation and processing.\n  - Track orders and manage order fulfillment.\n\n- **Sales Analytics and Revenue Graphs**:\n\n  - View detailed sales analytics.\n  - Visualize revenue trends with interactive graphs.\n\n- **Clerk Authentication**:\n\n  - Secure user registration and sign-in processes.\n  - Protect user data with authentication.\n\n- **Order Creation and Payment Processing**:\n\n  - Enable seamless order placement.\n  - Implement a secure Stripe checkout process for safe payments.\n\n- **Stripe Webhooks**:\n\n  - Automate payment confirmation, order updates, and subscription management.\n  - Ensure real-time synchronization.\n\n- **Database Management**:\n  - Utilize MySQL, Prisma, and PlanetScale for efficient data storage and retrieval.\n\n## Customization\n\nThe dashboard is highly customizable, allowing you to adapt it to your specific needs. It provides API endpoints that enable you to connect and create tailored functionality. You can customize the dashboard to handle various tasks, manage different types of content, and adapt it to your unique requirements.\n\n## Contributing\n\nIf you'd like to contribute to this project, please follow standard open-source contribution guidelines, such as opening issues, submitting pull requests, and adhering to the code of conduct.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flalitdotdev%2Feasybay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flalitdotdev%2Feasybay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flalitdotdev%2Feasybay/lists"}