PureLink is a pioneering platform designed to streamline the blood donation process by connecting individuals in need of blood with nearby donors. At the same time, it offers hospitals a robust SaaS solution to efficiently manage blood requests and inventory. Our mission is to ensure that no patient suffers due to the lack of timely blood availability.
- Connect with Nearby Blood Donors: Patients can quickly find suitable blood donors based on geolocation.
- User-Friendly Mobile App: Donors can set their availability, receive notifications for donation opportunities, and confirm their willingness to donate.
- Advanced Blood Request System: Hospitals can pre-schedule blood requests for surgeries, post bulk requests for different blood types, and manage their inventory.
- SaaS Solution: A dashboard for tracking blood donation progress, managing inventory, and ensuring timely blood availability.
- Sign up and create a profile on PureLink.
- Set availability and preferred donation times.
- Receive notifications for nearby patients in need of blood.
- Confirm availability and donate blood at the required location.
- Subscribe to PureLink's SaaS solution.
- Post blood requests in advance for upcoming surgeries or events.
- Manage bulk requests and inventory seamlessly through the platform.
- Track donation progress in real time via an intuitive dashboard.
Blood shortages are a global issue, leading to delayed treatments and life-threatening situations for patients. PureLink addresses these challenges by:
- Timely Donations: Leveraging technology to match donors with patients quickly.
- Efficient Management: Simplifying blood request processes for hospitals.
- Improved Accessibility: Providing a large network of donors for hospitals and patients to access in emergencies.
PureLink operates on a subscription-based SaaS model for hospitals, offering tiered pricing plans to suit the needs of various healthcare institutions. The platform provides value by simplifying blood management, allowing pre-scheduled blood requests for surgeries, and handling bulk requests effectively.
To start the frontend development server, navigate to the frontend directory and run the following command:
npm startTo run the backend (assuming a Django setup), navigate to the backend directory and run the following command:
python manage.py runserverBackend Development: Work on the development/backend branch. To update the live system, pull from deployment/live-server.
Frontend Development: Work on the main branch. Request @JeevanAwsm4 to pull from the deployment repository to update the live system.