Blood Bank Management System is a web application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack to manage blood donation activities efficiently.
- User authentication: Register and login securely to access the system.
- Donor management: Add, update, and delete donor information.
- Inventory management: Keep track of blood units available and their types.
- Blood request management: Manage blood requests from hospitals or individuals.
- Admin dashboard: Monitor system activities, manage users, and generate reports.
- MongoDB: NoSQL database to store donor, inventory, and request information.
- Express.js: Node.js web application framework for server-side logic.
- React.js: JavaScript library for building user interfaces.
- Node.js: JavaScript runtime environment for server-side execution.
- Bootstrap: Frontend component library for responsive design.
- JWT Authentication: JSON Web Tokens for secure user authentication.
- Axios: Promise-based HTTP client for making API requests.
This project is licensed under the MIT License.