An open API service indexing awesome lists of open source software.

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.

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.