sawood14012 / Blood-Bank

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 : admin@bloodbank.com
  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.

About

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

License:GNU General Public License v3.0


Languages

Language:HTML 53.0%Language:Python 23.1%Language:JavaScript 21.0%Language:CSS 3.0%