Moni-que / Rotary-Blood-Bank

Is a web app that creates a database for blood groups where users in need of a specific blood group can register their details i.e phone number,first name,last name and age then log in to a system where the doctor admins can screen the blood and link the people in need of the specified blood group to correspondent donors. Give BLOOD save LIVES.

Home Page:https://salty-bastion-21477.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rotary-Blood-Bank

Table of Contents

  • Description
  • Technology Used
  • Setup Instructions and Installation
  • Copyright & Licence Info
  • Link to live site
  • Authors Info

Description

A web app that creates a database for blood groups where users in need of a specific blood group can register their details i.e phone number,first name,last name and age then log in to a system where the doctor admins can screen the blood and link the people in need of the specified blood group to correspondent donors. Give BLOOD save LIVES..

The contents of the website are:

  1. User can sign in and register to the application.
  2. User can can choose to donate blood.
  3. User can can choose to receive blood.
  4. Admin can sign in to dashboard.
  5. Admin can see list of receivers and donors.
  6. Admin can receive list of pending blood request.

Technology Used

The languages and frameworks used to develop the quotes web application are Flask, Bootstrap, python, Javascript, HTML and CSS.

Setup Instructions and Installation

  • Clone this repository to your computer. git clone https://github.com/Clinton-dev/Rotary-Blood-Bank.git
  • Open terminal command line then navigate to the root folder cd Rotary-Blood-Bank
  • Create virtual environment python3 -m venv --without-pip <virtual environment name>
  • Run your virtual environment source <virtual environment name>/bin/activate
  • Install flask in your environment pip install flask
  • Install other extensions required for the app to run pip install -r requirements.txt
  • requirements.txt is in the root folder
  • Run python run.py

Copyright & Licence Info

MIT Copyright (c) 2022 Clinton Wambugu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Link to Live Site

Link to live site

Author's Information

Clinton-dev, Hussein-omar-osman, Monicah maina, Blaisehala, David Kahumbi

About

Is a web app that creates a database for blood groups where users in need of a specific blood group can register their details i.e phone number,first name,last name and age then log in to a system where the doctor admins can screen the blood and link the people in need of the specified blood group to correspondent donors. Give BLOOD save LIVES.

https://salty-bastion-21477.herokuapp.com/


Languages

Language:HTML 66.2%Language:Python 18.8%Language:CSS 13.4%Language:JavaScript 1.5%Language:Procfile 0.0%