Anvitha Infotech
Medi Track is a Django-based healthcare management system that allows patients to register and manage their profiles while enabling administrators to manage doctor records. The application provides separate workflows for patient users and admin users, …
Medi Track is a web application designed to manage basic healthcare-related information in a structured and accessible way. The system focuses on two main users: patients and administrators. Patients can register, log in, view their dashboard, update their profile, and view available doctors. Administrators can log in and manage doctor records through add, display, edit, and update operations.
The application is developed using Python and Django. Django's Model-View-Template architecture separates data handling, business logic, and user interface pages, making the project easier to maintain and extend. SQLite is used as the database for storing patient, doctor, authentication, and session data.
The project helps reduce manual record handling by providing a digital system for storing patient and doctor information. It is suitable as an academic project for demonstrating web development concepts, database integration, authentication, routing, templates, and CRUD operations in Django.