A COVID-19 contact tracing system built with Laravel for the web backend and Android Studio (Java) for the mobile application. This system helps monitor and manage contact tracing data efficiently, ensuring a streamlined response to potential exposures.
- Laravel 7 (PHP)
- MySQL
- XAMPP (Apache + MySQL local server)
- Bootstrap 4
- jQuery
- Docker (Local Database Development)
- Java
- Material UI (Android components and design system)
- JWT Authentication
- β User registration and authentication
- β QR code scanning for contact logging
- β Real-time contact tracing data synchronization
- β Admin dashboard for tracking and reporting cases
- β Secure and private data handling
- β Offline data capture and sync (mobile)
/ContactTracing
βββ backend/ # Laravel 7 web application
βββ mobile-app/ # Android app (Java)
π Getting Started Each folder includes its own setup instructions. Clone the repo and check the README files inside the /backend and /mobile-app directories.