Made with help of ChatGPT, youtube and github.
Use DB Browser to open SQLite Database
- FLask
- Jinja Template
- SQLite
- pip install flask
- pip install jinja2
- pip install sqlite3
- pip install flask_wtf
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.