Skip to content

Blood bank web app made with python ,flask, Sqlite, Bootstrap.

License

Notifications You must be signed in to change notification settings

sawood14012/Blood-Bank

Repository files navigation

Blood-Bank

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

  1. User Registration and Login, Logout.
  2. Update your Profile , Delete your account.
  3. Request/contact for Blood.
  4. Notification's for Requests.
  5. Search for Blood.

NOTE : admin's credentials

  1. Email : [email protected]
  2. Password : admin

Functionality for Admin is listed below

  1. Dashboard
  2. Add blood in the Blood Bank
  3. Edit blood donatations and their details
  4. Contact registered users
  5. Delete users/entries

Instructions:

  1. clone the repository and navigate to the directory

  2. Create a virtual environment

python3 -m venv venv && source venv/bin/activate
  1. Install the dependencies
 pip install -r requirements.txt
  1. Start the server
 python3 server.py
  1. Hurray!!.. Donote Blood.