Blood bank website made with python3 ,flask, Sqlite, Bootstrap.
The web app was made for the project under the CSE 5th semester course DBMS (Database Management Systems) of MSRIT banglore.
Some of the functionality which can be benefited by being a User is listed below
- User Registration and Login, Logout.
- Update your Profile , Delete your account.
- Request/contact for Blood.
- Notification's for Requests.
- Search for Blood.
NOTE : admin's credentials
- Email : admin@bloodbank.com
- Password : admin
Functionality for Admin is listed below
- Dashboard
- Add blood in the Blood Bank
- Edit blood donatations and their details
- Contact registered users
- Delete users/entries
Instructions:
-
clone the repository and navigate to the directory
-
Create a virtual environment
python3 -m venv venv && source venv/bin/activate
- Install the dependencies
pip install -r requirements.txt
- Start the server
python3 server.py
- Hurray!!.. Donote Blood.