This is a donation tracker application that allows organizations to collect and document donations properly for generating receipts and reviewing donation reports. It helps organizations streamline their donation process and keep accurate financial records
This application was developed using:
- Javascript (Node.js, Express) for backend services
- Prometheus for metrics and backend monitoring
- React for frontend UI
- TailwindCSS for styling
- Postgres for database storage
- Docker for containerizing services
The application comprises separate services for backend, frontend, and database. Each service has its own directory — backend/, frontend/, database/ — which contains more information and instructions for deployment