A platform designed to support addicts in their recovery journey through donation-based support. This project integrates OpenLedger's Open-Payment API to facilitate seamless donation processes and supports tracking addiction recovery progress.
- Frontend: React with TypeScript
- Backend: Node.js with Express.js
- API Integration: OpenLedger's Open-Payment API
The backend is built using Node.js with Express.js, handling the core functionality and API integration for supporting addiction recovery. To run the backend:
- Install dependencies:
npm install
The frontend is built using React with TypeScript, providing an intuitive interface for users to track recovery progress and make donations.
To run the frontend:
-
Navigate to the frontend directory
-
Install dependencies:
npm install
3.Start the development server:
npm start
This will launch the frontend application on http://localhost:3000.