Loading repository data…
Loading repository data…
Rohit-Patel-Techie / repository
CampusLifeLine is a web platform designed to connect students and campus communities with life‑saving resources like blood donors, urgent requests, and emergency support services. It provides a fast and reliable way to search for donors and coordinate help in critical moments.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
CampusLifeLine is a web platform designed to connect students and campus communities with life‑saving resources like blood donors, urgent requests, and emergency support services. It provides a fast and reliable way to search for donors and coordinate help in critical moments.
Frontend
Backend
Campus-Life-Line/
├── frontend/ # HTML/CSS/JS files
└── backend/ # Django project
git clone https://github.com/Rohit-Patel-Techie/Campus-Life-Line.git
cd Campus-Life-Line
cd frontend
# Open index.html directly in browser
cd ../backend
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
Place your Firebase service account JSON file in:
backend/campuslifeline/serviceAccountKey.json
python manage.py migrate
python manage.py runserver
During development, update API base in JS:
http://127.0.0.1:8000
---
## ✅ Features
- Search donors by location/blood group
- Public donor listing API
- Firebase integration
- Simple frontend UI
---
## 📬 Contact
For questions or support, contact the project maintainer.