A simple full-stack Blood Donation Portal built using Django (REST API) and React.js.
This project is created as a learning-focused application to understand React–Django integration, API communication, CORS, environment configuration, and basic frontend–backend architecture.
- 🧾 Donor registration
- 🩸 Blood group–wise donor count
- ⚛️ React frontend with Axios API calls
- 🐍 Django REST API backend
- 🌍 Environment-based configuration
- 🔒 CORS enabled for frontend–backend communication
- Python
- Django
- Django REST Framework
- PostgreSQL
- django-environ
- django-cors-headers
- React.js
- Axios
- Bootstrap