The Anambra TeleHealth Connect system is a telemedicine platform designed to enhance healthcare delivery in Anambra State, Nigeria. The system includes a Django-based backend server and three frontend applications: doctor-app, personnel-app, and personnel-mobile, all managed with NX.
- Technology: Django
- Description: The backend server handles API requests, manages data, and provides business logic for the telemedicine platform.
Managed with NX, the frontend consists of the following applications:
- doctor-app (Web - React): A web application for doctors to manage calls and patient information.
- personnel-app (Web - React): A web application for health care assistants at primary health care centers to manage patient interactions and facilitate calls.
- personnel-mobile (React Native): A mobile application for health care assistants, primarily rendering the personnel-app through a WebView component.
- Node.js and npm
- Python and Django
- Git
- Clone the repository:
git clone https://github.com/oluwatobimaxwell/telehealthconnect.git
- Install dependencies:
- Backend:
cd backend pip install -r requirements.txt
- Frontend:
cd frontend npm install
- Backend:
cd backend
python manage.py runserver
- Frontend:
- Doctor App:
nx serve doctor-app
- Personnel App:
nx serve personnel-app
- Personnel Mobile:
nx serve personnel-mobile
Contributions to the Anambra TeleHealth Connect system are welcome. Please read our contributing guidelines for more information.
This project is licensed under the [LICENSE NAME].
For any inquiries or contributions, please contact [CONTACT INFORMATION].
Special thanks to all contributors and stakeholders involved in this project.