A comprehensive healthcare management system that integrates various features to streamline patient care and hospital management.
- 🏥 Nearby Hospital Locator
- 👤 User Authentication & Health Data Storage
- 📋 Health Records Management
- 📅 Appointment Scheduling
- Frontend: React
- Backend: FastAPI
- Database: PostgreSQL (planned)
- APIs: Google Maps, FHIR, OAuth, and more
-
Navigate to the backend directory:
cd backend
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- Windows:
.\venv\Scripts\activate
- Unix/MacOS:
source venv/bin/activate
- Windows:
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
uvicorn app.main:app --reload
Once the backend server is running, visit:
- Swagger UI: http://localhost:8000/docs
- ReDoc: http://localhost:8000/redoc
This system is designed with security in mind and aims to comply with healthcare data regulations:
- Secure user authentication
- Encrypted data transmission
- HIPAA compliance measures (planned)
- Regular security audits (planned)
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.