{"id":20560333,"url":"https://github.com/ahmadyousif89/techbots","last_synced_at":"2026-01-28T21:02:29.784Z","repository":{"id":246938892,"uuid":"821088985","full_name":"AhmadYousif89/Techbots","owner":"AhmadYousif89","description":"Next.Js | E-commerce website for electronics and computer parts.","archived":false,"fork":false,"pushed_at":"2024-09-25T19:22:08.000Z","size":16677,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-25T21:37:49.526Z","etag":null,"topics":["amazon-api","nextjs","postgresql","prisma","python","shadcn-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"https://techbots.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AhmadYousif89.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":"2024-06-27T19:40:45.000Z","updated_at":"2024-11-15T16:00:26.000Z","dependencies_parsed_at":"2024-09-15T21:45:44.799Z","dependency_job_id":"602cc133-c0d6-48e0-95fe-12cb2f33f0ba","html_url":"https://github.com/AhmadYousif89/Techbots","commit_stats":null,"previous_names":["ahmadyousif89/techbots"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AhmadYousif89/Techbots","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmadYousif89%2FTechbots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmadYousif89%2FTechbots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmadYousif89%2FTechbots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmadYousif89%2FTechbots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AhmadYousif89","download_url":"https://codeload.github.com/AhmadYousif89/Techbots/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmadYousif89%2FTechbots/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28851838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["amazon-api","nextjs","postgresql","prisma","python","shadcn-ui","tailwindcss"],"created_at":"2024-11-16T03:54:15.911Z","updated_at":"2026-01-28T21:02:29.759Z","avatar_url":"https://github.com/AhmadYousif89.png","language":"TypeScript","readme":"# Techbots\n\n- **Deployed Site:** [Techbots](https://techbots.vercel.app/)\n- **Developer LinkedIn:** [Ahmad Yousif](https://www.linkedin.com/in/dev-ahmadyousif/)\n\n## Introduction\n\n**Techbots** is an e-commerce platform dedicated to providing a comprehensive selection of computer and electronics parts. Users can browse products, read detailed reviews, manage their shopping cart, and place orders seamlessly.\n\n## Add Environment Variables\n\nCreate a `.env` file in the root directory of the project and add the following environment variables found in this [.env.example](.env.example) file\n\n## Installation\n\nTo run Techbots locally, please follow these steps:\n\n1. **Clone the repository:**\n\n   ```sh\n   git clone https://github.com/ahmadyousif89/techbots.git\n   cd techBots\n   ```\n\n2. **Install the node module depenencies:**\n\n   ```sh\n   pnpm install\n   ```\n\n3. **Set up the database:**\n\n   ```sh\n   npx prisma db push\n   ```\n\n4. **Seed products into the database (one time action):**\n\n   ```sh\n   pnpm seed\n   ```\n\n5. **Run the development server:**\n\n   ```sh\n   pnpm dev\n   ```\n\n6. **Access the application:**\n   ```\n   Open your browser and go to `http://localhost:3000/`.\n   ```\n\n## Usage\n\n1. **Register an account:**\n\n- Go to the registration page and create a new account.\n  ![Signup](public/images/auth-1.png)\n  ![UserProfile](public/images/auth-3.png)\n\n2. **Browse products:**\n\n- Explore various categories of computer and electronics parts.\n  ![Products](public/images/p1.png)\n  ![Products](public/images/sp-full.png)\n\n3. **Manage your cart:**\n\n- Add items to your cart, update quantities, and remove items as needed.\n  ![Cart](public/images/cart-1.png)\n  ![Shipping-1](public/images/cart-ship1.png)\n  ![Shipping-2](public/images/cart-ship2.png)\n  ![Shipping-3](public/images/cart-ship3.png)\n\n4. **Place an order:**\n\n- Proceed to checkout, enter your shipping information, and complete the payment process.\n  ![Orders](public/images/orders.png)\n  ![Order](public/images/order.png)\n\n5. **Write reviews:**\n\n- Share your feedback on purchased products by writing reviews.\n  ![Review](public/images/review.png)\n\n## Contributing\n\nWe welcome contributions from the community! To contribute to Techbots:\n\n1. **Fork the repository:**\n\n   Click on the \"Fork\" button at the top right corner of the repo page.\n\n2. **Clone your fork:**\n\n   ```sh\n   git clone https://github.com/ahmadyousif89/techbots.git\n   cd techbots\n   ```\n\n3. **Create a new branch:**\n\n   ```sh\n   git checkout -b feature/your-feature-name\n   ```\n\n4. **Make your changes:**\n\n   Implement your feature or bug fix.\n\n5. **Commit your changes:**\n\n   ```sh\n   git add .\n   git commit -m \"Add feature/your-feature-name\"\n   ```\n\n6. **Push to your fork:**\n\n   ```sh\n   git push origin feature/your-feature-name\n   ```\n\n7. **Create a pull request:**\n\n   Go to the original repository and click on \"New Pull Request.\"\n\n\u003cbr\u003e\n\n## License\n\nThis project is licensed under the BSD 3-Clause License - see the [LICENSE](LICENSE) file for details.\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n### Thank you for using Techbots!\n\nFor any questions or feedback, please contact us through our [LinkedIn page](https://www.linkedin.com/in/dev-ahmadyousif/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadyousif89%2Ftechbots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmadyousif89%2Ftechbots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadyousif89%2Ftechbots/lists"}