https://github.com/riz4d/ecosphere
Ecosphere is an e-waste management platform that allows users to request e-waste pickup, earn rewards, and buy recycled products. The platform includes a real-time database, user authentication, order management, and email notifications.
https://github.com/riz4d/ecosphere
ecommerce ewastemanagement firebase flask-api nextjs
Last synced: about 1 month ago
JSON representation
Ecosphere is an e-waste management platform that allows users to request e-waste pickup, earn rewards, and buy recycled products. The platform includes a real-time database, user authentication, order management, and email notifications.
- Host: GitHub
- URL: https://github.com/riz4d/ecosphere
- Owner: riz4d
- Created: 2025-01-17T09:33:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T09:49:16.000Z (over 1 year ago)
- Last Synced: 2025-03-19T03:33:31.193Z (about 1 year ago)
- Topics: ecommerce, ewastemanagement, firebase, flask-api, nextjs
- Language: TypeScript
- Homepage: https://www.myecosphere.tech/
- Size: 370 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecosphere
Ecosphere is an e-waste management platform that allows users to request e-waste pickup, earn rewards, and buy recycled products. The platform includes a real-time database, user authentication, order management, and email notifications.
## Features
- **User Registration & Login**: Secure user authentication with JWT tokens.
- **Order Placement**: Users can place an order to dispose of e-waste, earning reward points.
- **Ebin Finder**: Users can locate nearby e-bins to dispose of e-waste.
- **Order Tracking**: Users can track the status of their orders.
- **Email Notifications**: Users are notified via email after placing an order.
- **Marketplace**: Offers recycled products for sale to promote sustainability.
## Tech Stack
- **Frontend**: Next.js
- **Backend**: Flask
- **Database**: Firebase Realtime Database
- **Authentication**: JWT (JSON Web Tokens)
- **Email Service**: Mailjet
- **Cross-Origin Requests**: CORS
## License
Distributed under the MIT License. See LICENSE for more information.
## Acknowledgments
- Firebase for real-time database and authentication.
- Mailjet for email service.
- Flask for the backend framework.
- JWT for secure authentication.