{"id":20199635,"url":"https://github.com/adarsonmez/blood-donation-system","last_synced_at":"2026-04-12T09:02:17.010Z","repository":{"id":37725797,"uuid":"484428559","full_name":"adarSonmez/blood-donation-system","owner":"adarSonmez","description":"A comprehensive blood donation management platform with a Node.js backend and ReactJS frontend, built with TypeScript for managing donors, hospitals, and blood requests.","archived":false,"fork":false,"pushed_at":"2025-07-26T19:27:54.000Z","size":2947,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-30T12:37:24.997Z","etag":null,"topics":["blood-bank","blood-donation","mysql","nodejs","react","rest-api"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adarSonmez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-22T12:39:14.000Z","updated_at":"2025-07-27T08:20:26.000Z","dependencies_parsed_at":"2022-08-27T02:01:55.941Z","dependency_job_id":null,"html_url":"https://github.com/adarSonmez/blood-donation-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adarSonmez/blood-donation-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adarSonmez%2Fblood-donation-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adarSonmez%2Fblood-donation-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adarSonmez%2Fblood-donation-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adarSonmez%2Fblood-donation-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adarSonmez","download_url":"https://codeload.github.com/adarSonmez/blood-donation-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adarSonmez%2Fblood-donation-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31709295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blood-bank","blood-donation","mysql","nodejs","react","rest-api"],"created_at":"2024-11-14T04:38:19.085Z","updated_at":"2026-04-12T09:02:16.975Z","avatar_url":"https://github.com/adarSonmez.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blood Donation System\n\nA comprehensive blood donation management platform where **receptionists record donor information and blood donations**, **hospitals request blood**, and **system managers oversee and approve blood requests**. Built with TypeScript, JavaScript, and a modular backend and frontend structure.\n\n---\n\n## 📝 Features\n\n### 👩‍💻 Receptionists\n- Register new donors into the system.\n- Log blood donation events and donor data.\n\n### 🏥 Hospitals\n- Request specific blood types and amounts.\n- Track the status of blood requests.\n\n### 🧑🏻‍💼 System Managers\n- Approve or reject blood requests from hospitals.\n- Manage user registrations (receptionists, hospitals, managers).\n\n### 💉 Donors\n- Donor information and donations are securely tracked.\n- Donors can donate at any registered blood bank.\n\n---\n\n## 🗂️ Main Modules\n\n- **Donations:** Register donors, record donations, and search donor info.\n- **Orders:** Hospitals place blood orders, managers approve/reject them.\n- **Blood Banks:** Track available blood types, donated units, and locations.\n- **Authentication \u0026 Authorization:** Secure login for different user roles.\n- **User Management:** Only managers can add new users to the system.\n- **Bank Locations:** View list of blood banks and addresses.\n\n---\n\n## 📊 ER Diagram\n\n![ER Diagram](/client/src/assets/plan/er.png)\n\n---\n\n## 📸 Screenshots\n\n### 🟡 Logged Out Menus\n![homepage](/client/src/assets/screenshoots/home.jpeg)\n![champions](/client/src/assets/screenshoots/tops.jpeg)\n![how-to-donate](/client/src/assets/screenshoots/locs.jpeg)\n![login](/client/src/assets/screenshoots/login.jpeg)\n\n### 🟡 Logged In Common\n![manage-account](/client/src/assets/screenshoots/man_acc.jpeg)\n\n### 🟡 Receptionist\n![donate](/client/src/assets/screenshoots/donate.jpeg)\n\n### 🟡 Hospital\n![order-blood](/client/src/assets/screenshoots/order.jpeg)\n\n### 🟡 System Manager\n![register-user](/client/src/assets/screenshoots/reg.jpeg)\n![manage-orders](/client/src/assets/screenshoots/man_or.jpeg)\n\n### 🌚 Night Mode\n![dark-mode](/client/src/assets/screenshoots/dark.jpeg)\n\n---\n\n## 🚀 Getting Started\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/adarSonmez/blood-donation-system.git\n   cd blood-donation-system\n   ```\n\n2. **Install dependencies:**\n   - Frontend:  \n     ```bash\n     cd client\n     npm install\n     ```\n   - Backend:  \n     ```bash\n     cd server\n     npm install\n     ```\n\n3. **Configure environment variables** and database settings as needed.\n\n4. **Start the backend server:**\n   ```bash\n   npm run start\n   ```\n\n5. **Start the frontend:**\n   ```bash\n   npm start\n   ```\n\n6. **Visit** `http://localhost:3000` **to use the system.**\n\n---\n\n## 🛠️ Tech Stack\n\n- **Frontend:** React (TypeScript)\n- **Backend:** Node.js, Express (JavaScript/TypeScript)\n- **Database:** SQL-based (see ER diagram)\n- **Other:** Material UI, modular REST API\n\n---\n\n## 👤 Author\n\nCreated by [adarSonmez](https://github.com/adarSonmez)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadarsonmez%2Fblood-donation-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadarsonmez%2Fblood-donation-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadarsonmez%2Fblood-donation-system/lists"}