{"id":24844393,"url":"https://github.com/haveyoumetmiz/TradeABook","last_synced_at":"2025-10-14T16:31:10.922Z","repository":{"id":247833790,"uuid":"826960732","full_name":"haveyoumetmiz/TradeABook","owner":"haveyoumetmiz","description":"A student-focused platform to buy and sell books, study equipment, and essentials, fostering community engagement and affordability.","archived":false,"fork":false,"pushed_at":"2025-03-09T15:08:40.000Z","size":54369,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T07:44:01.375Z","etag":null,"topics":["book-exchange","chatbot","community-platform","django","razorpay","student-resources","sustainability"],"latest_commit_sha":null,"homepage":"https://booksii.tech","language":"Python","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/haveyoumetmiz.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-07-10T18:17:42.000Z","updated_at":"2025-03-09T15:08:44.000Z","dependencies_parsed_at":"2025-03-09T15:33:39.224Z","dependency_job_id":null,"html_url":"https://github.com/haveyoumetmiz/TradeABook","commit_stats":null,"previous_names":["haveyoumetmiz/stubooexchub","haveyoumetmiz/tradeabook"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haveyoumetmiz/TradeABook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haveyoumetmiz%2FTradeABook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haveyoumetmiz%2FTradeABook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haveyoumetmiz%2FTradeABook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haveyoumetmiz%2FTradeABook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haveyoumetmiz","download_url":"https://codeload.github.com/haveyoumetmiz/TradeABook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haveyoumetmiz%2FTradeABook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019573,"owners_count":26086752,"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-10-14T02:00:06.444Z","response_time":60,"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":["book-exchange","chatbot","community-platform","django","razorpay","student-resources","sustainability"],"created_at":"2025-01-31T09:18:11.953Z","updated_at":"2025-10-14T16:31:05.914Z","avatar_url":"https://github.com/haveyoumetmiz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Student Book Exchange Hub (Booksii.tech)\n\n## Overview\nThe Student Book Exchange Hub, hosted at **Booksii.tech**, is an innovative platform designed to simplify the buying and selling of books, study equipment, and other essentials like calculators and lab coats. Tailored for students, the website creates a seamless and affordable way to share resources within a campus or educational community. By connecting senior and junior students, it fosters collaboration, sustainability, and cost savings.\n\n---\n\n## Features\n- **Buy and Sell:**\n  - Facilitate transactions for books, calculators, lab coats, and more.\n- **Built-in Chatbot:**\n  - Provides real-time support for users navigating the platform using Drift chatbot.\n- **Secure Payment Gateway:**\n  - Integrated Razorpay gateway ensures smooth and secure transactions.\n- **Mobile App (Coming Soon):**\n  - Expanding accessibility through a dedicated mobile app.\n\n---\n\n## Technology Stack\n- **Frontend:** HTML, CSS, and JavaScript for a responsive and interactive user interface.\n- **Backend:** Django (Python) for server-side application logic.\n- **Database:** SQLite for efficient data storage and retrieval.\n- **Payment Gateway:** Razorpay for secure and hassle-free payments.\n- **Chatbot:** Drift chatbot for 24/7 user assistance.\n\n---\n\n## How It Works\n1. **Sign Up:**\n   - Create an account using your email or student ID.\n2. **Browse Listings:**\n   - Search for books and study essentials posted by other students.\n3. **Post an Ad:**\n   - List your items for sale with a description, price, and photos.\n4. **Secure Transactions:**\n   - Use Razorpay for reliable and fast payment processing.\n5. **Chat Support:**\n   - Get assistance anytime with the platform’s Drift chatbot.\n\n---\n\n## Benefits\n- **Affordability:** Save money by purchasing used items at lower costs.\n- **Sustainability:** Reduce waste by reusing resources.\n- **Community Building:** Encourage interactions and support among students.\n\n---\n\n## Future Enhancements\n- **Mobile App Development:**\n  - Launching a user-friendly app for better accessibility.\n- **Advanced Search Filters:**\n  - Allow users to filter by condition, price range, and location.\n- **Delivery Integration:**\n  - Collaborate with courier services for door-to-door delivery.\n- **Rating System:**\n  - Enable buyers and sellers to rate each other for transparency.\n\n---\n\n## Installation\n### For Developers\n1. Clone the repository:\n   ```bash\n   git clone \u003chttps://github.com/haveyoumetmiz/StudentBookExchangeHub.git\u003e\n   ```\n2. Set up a virtual environment:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```\n3. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n4. Run the development server:\n   ```bash\n   python manage.py runserver\n   ```\n\n---\n\n## Contributing\nContributions are welcome! If you’d like to contribute, please fork the repository and submit a pull request. Suggestions for new features or enhancements are greatly appreciated.\n\n---\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## Contact\nFor any inquiries or feedback, feel free to reach out:\n- **Email:** mizh48.ansar@gmail.com\n- **LinkedIn:** [Mizhab Ansar](https://www.linkedin.com/in/mizhabansar/)\n- **GitHub:** [haveyoumetmiz](https://github.com/haveyoumetmiz)\n\n---\n\nJoin us at **Booksii.tech** and make student life more affordable and sustainable!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaveyoumetmiz%2FTradeABook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaveyoumetmiz%2FTradeABook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaveyoumetmiz%2FTradeABook/lists"}