{"id":26681820,"url":"https://github.com/haveyoumetmiz/tradeabook","last_synced_at":"2026-04-28T22:35:10.349Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245614986,"owners_count":20644376,"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":["book-exchange","chatbot","community-platform","django","razorpay","student-resources","sustainability"],"created_at":"2025-03-26T07:44:13.400Z","updated_at":"2026-04-28T22:35:05.317Z","avatar_url":"https://github.com/haveyoumetmiz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TradeABook\n\n## Overview\nThe TradeABook platform, 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- **User Dashboard:**\n  - Personalized dashboard for managing listings, transactions, and messages.\n- **Wishlist Feature:**\n  - Save favorite listings for future reference.\n- **Notifications:**\n  - Receive alerts for new listings, messages, and transaction updates.\n\n---\n\n## Technology Stack\n- **Frontend:** React.js, Tailwind CSS for a modern and responsive user interface.\n- **Backend:** Django (Python) for server-side application logic.\n- **Database:** PostgreSQL for efficient and scalable data storage.\n- **Payment Gateway:** Razorpay for secure and hassle-free payments.\n- **Chatbot:** Drift chatbot for 24/7 user assistance.\n- **Authentication:** Firebase for secure user authentication.\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. **Wishlist \u0026 Notifications:**\n   - Save items for later and get notified about new listings.\n5. **Secure Transactions:**\n   - Use Razorpay for reliable and fast payment processing.\n6. **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- **Convenience:** Easily find and sell study materials within the campus.\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- **AI-Based Recommendations:**\n  - Suggest books based on user interests and search history.\n- **Multiple Payment Methods:**\n  - Support for UPI, credit/debit cards, and wallet payments.\n\n---\n\n## Installation\n### For Developers\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/haveyoumetmiz/TradeABook.git\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. Apply migrations:\n   ```bash\n   python manage.py migrate\n   ```\n5. 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","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"}