Welcome to the Kisumu National Polytechnic Blood Bank project! This is an open-source initiative aimed at promoting blood donation and saving lives through a user-friendly website.
The Kisumu National Polytechnic Blood Bank project! is a non-profit organization dedicated to saving lives through blood donation project is designed to raise awareness about the importance of blood donation and make it easy for individuals to contribute to this noble cause. The website serves as a platform for donors, recipients, and organizations to connect, learn, and take action.
- Donate Blood: Learn about the donation process and find nearby donation centers.
- Eligibility Check: Check your eligibility to donate blood based on pre-screening criteria.
- Event Calendar: Stay updated on upcoming blood drives and donation campaigns.
- Educational Resources: Access informative articles, FAQs, and downloadable materials.
- Community Engagement: Connect with other donors, share stories, and participate in discussions.
- Donor Rewards: Discover incentives and recognition programs for regular donors.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/C-o-m-o-n/Blood-bank-tknp
- Navigate to the project directory:
cd blood-bank-tknp
- activate the virtualenvironment:
source env/bin/activate
- Install the required dependencies:
pip install -r requirements.txt
- Start the local development server:
python app.py
- Access the website at:
http://localhost:5000
Once the project is set up and running, you can start exploring the various features of the bloodbank website. Create an account to access personalized features such as tracking your donation history, receiving updates, and engaging with the community.
Feel free to provide feedback, report any issues or suggest improvements by opening an issue in this repository.
We welcome contributions from the community to enhance the bloodbank project. If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
. - Make your changes and commit them:
git commit -m "Add feature/fix: your changes"
. - Push the changes to your branch:
git push origin feature/your-feature-name
. - Open a pull request, and we will review your changes.
Thank you for your interest in contributing to the bloodbank project!
This project is licensed under the MIT License. Feel free to modify and distribute it as per the license terms.