Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

dabananda/BloodConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

35 Commits

Repository files navigation

🩸 BloodConnect

BloodConnect is a campus-based blood donation management web application built with ASP.NET Core MVC. It enables students to connect with blood donors in under a minute, making the life-saving process faster and more efficient.

🌐 Visit: https://bconnect.live


πŸ“Œ Features

  • πŸ” Secure user registration with email verification
  • βœ… Admin approval system for new users
  • 🩸 Request blood with reason, location, and phone number
  • πŸ“¨ Email notifications (request sent, accepted, declined, completed)
  • ⭐ Points system and donor leaderboard
  • πŸ“Š Admin dashboard with real-time statistics
  • πŸ“· Profile picture support via Cloudinary
  • πŸ” Donor search, filter, and pagination
  • πŸ›‘οΈ Role-based authorization (Admin/User)
  • 🚫 Donation restriction: Can't request same donor within 4 months

πŸ› οΈ Tech Stack

Technology Purpose
ASP.NET Core MVC Backend Framework
Entity Framework ORM and Database Access
Microsoft Identity Authentication and Role Management
SQL Server Database
Bootstrap 5 Frontend Styling
Cloudinary Profile Image Uploads
Gmail SMTP Email Notifications

πŸš€ Getting Started

1. Clone the Repository

git clone https://github.com/dabananda/BloodConnect.git
cd BloodConnect

2. Configure appsettings.Development.json

{
 "ConnectionStrings": {
 "DefaultConnection": "Your SQL Server connection string"
 },
 "Cloudinary": {
 "CloudName": "your-cloud-name",
 "ApiKey": "your-api-key",
 "ApiSecret": "your-api-secret"
 },
 "EmailSettings": {
 "SmtpServer": "smtp.gmail.com",
 "Port": 587,
 "SenderName": "BloodConnect",
 "SenderEmail": "your-email@gmail.com",
 "Password": "your-app-password"
 }
}

3. Run the App

dotnet ef database update
dotnet run

Visit: https://localhost:5001


πŸ‘¨β€πŸ’» Contributing

We welcome contributions from developers of all levels!

How to contribute:

  1. Fork this repository
  2. Create a new branch (feature/YourFeature)
  3. Commit your changes
  4. Submit a Pull Request

Check out the Issues tab for suggestions.


πŸ“„ License

This project is open-source and available under the MIT License.


πŸ™ Acknowledgments

Created with ❀️ by Dabananda Mitra
πŸŽ“ 8th Semester, CSE (2019-20), Institute of Science Trade & Technology (ISTT), Mirpur 15, Dhaka

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /