Recli is a backend service for a blockchain-based payment gateway and reward system that promotes a cleaner planet.
It enables users to earn rewards for participating in activities like plastic waste management and connects plastic waste sellers with buyers in a transparent, blockchain-driven workflow.
This repository contains the backend code that powers the Recli ecosystem.
- โ REST API for user actions, rewards, and transactions
- ๐ Blockchain integration for transparent reward distribution
- ๐ Secure authentication and transaction handling
- ๐ Endpoints for connecting waste sellers and buyers
- ๐ Built for scalability and integration with future frontends
- Node.js + Express โ API framework
- MongoDB โ database for users, rewards, and transactions
- Web3 / Blockchain SDKs โ blockchain interaction
- JWT โ authentication
- Clone the repository
git clone https://github.com/YOUR_USERNAME/recli.git cd recli