{"id":27386176,"url":"https://github.com/chadnpc/kmr.rw","last_synced_at":"2025-07-25T03:09:50.809Z","repository":{"id":287400733,"uuid":"964453382","full_name":"chadnpc/kmr.rw","owner":"chadnpc","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-22T08:20:50.000Z","size":1037,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T09:31:35.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/chadnpc.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,"zenodo":null}},"created_at":"2025-04-11T08:34:29.000Z","updated_at":"2025-04-22T08:20:53.000Z","dependencies_parsed_at":"2025-04-13T17:14:22.102Z","dependency_job_id":null,"html_url":"https://github.com/chadnpc/kmr.rw","commit_stats":null,"previous_names":["chadnpc/kmr.rw"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2Fkmr.rw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2Fkmr.rw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2Fkmr.rw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2Fkmr.rw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chadnpc","download_url":"https://codeload.github.com/chadnpc/kmr.rw/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2Fkmr.rw/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259106634,"owners_count":22805936,"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":[],"created_at":"2025-04-13T17:14:20.531Z","updated_at":"2025-06-10T16:09:39.928Z","avatar_url":"https://github.com/chadnpc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kmr: Full Stack Bike Marketplace\n\n## Project Overview\n\nkmr is a full-stack AI-powered bike marketplace designed to revolutionize the way users search, explore, and rent bikes. This project integrates advanced AI features with a modern and responsive user interface, providing a seamless experience for both renters and administrators.\n\n## https://youtu.be/HyGi_SjQqV4\n\n![KMR(1)](https://github.com/user-attachments/assets/dee04576-f30e-4ab8-af7d-f4633621379c)\n\n### Make sure to create a `.env` file with following variables -\n\n```\nDATABASE_URL=\nDIRECT_URL=\n\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\nNEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/onboarding\nNEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/onboarding\n\nGEMINI_API_KEY=\n\nARCJET_KEY=\n```\n\n## Key Features\n\n### AI-Powered Bike Search\n- **Image Upload**: Users can upload any bike image to find similar bikes in the marketplace.\n- **Advanced Filtering**: Search by maker, model, price range, and more to find the perfect bike.\n\n### Detailed Bike Pages\n- **Specifications**: Comprehensive bike details including specifications and high-quality image galleries.\n- **Interactive EMI Calculator**: Helps renters make informed financial decisions.\n\n### Test Ride Booking\n- **Real-Time Availability**: Book test rides with real-time availability slots from dealerships.\n- **Automated Confirmations**: Receive instant confirmations for test ride bookings.\n\n### Admin Dashboard\n- **Analytics**: Powerful analytics to monitor marketplace performance.\n- **Bike Inventory Management**: Full control over bike inventory and user test ride management.\n- **AI-Powered Bike Detail Extractor**: Automatically populates bike details by analyzing uploaded images, saving hours of manual data entry.\n\n## Technical Stack\n\n### Frontend\n- **Next.js**: A React framework for building server-side rendered and static web applications.\n- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.\n- **ShadCN UI**: A component library for building modern and responsive user interfaces.\n\n### Backend\n- **Prisma**: An ORM for database management, providing type-safe database access.\n\n### AI Integration\n- **Gemini AI**: Powers the AI-driven features such as image search and bike detail extraction.\n\n### Authentication\n- **Clerk**: A user management and authentication service for secure user login and registration.\n\n### Deployment\n- **Arcjet**: A platform for deploying and managing the application.\n\n## Project Structure\n\nThe project is structured into several technical sections, each focusing on a specific aspect of the application:\n\n1. **Landing Page**: A professional and modern landing page with AI image search and text search capabilities.\n2. **Bike Listing Page**: Displays bikes with pre-applied filters for easy navigation.\n3. **Admin Panel**: Controls featured bikes, analytics, and inventory management.\n4. **AI Integration**: Implementation of AI features using Gemini AI.\n5. **Deployment**: Deployment strategies using Arcjet.\n\n## Getting Started\n\n### Prerequisites\n- Node.js and npm installed.\n- A database setup for Prisma.\n- API keys for Gemini AI and Clerk.\n\n### Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-repo/kmr.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd kmr\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n4. Set up environment variables:\n   ```bash\n   cp .env.example .env\n   ```\n   Update the `.env` file with your API keys and database URL.\n\n### Running the Application\n1. Start the development server:\n   ```bash\n   npm run dev\n   ```\n2. Open your browser and navigate to `http://localhost:3000`.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadnpc%2Fkmr.rw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchadnpc%2Fkmr.rw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadnpc%2Fkmr.rw/lists"}