This project is a Hospital Management System built using ASP.NET Core MVC with MySQL database. It includes functionality for managing administrators, doctors, and patients.
- Registration and login functionality for administrators, doctors, and patients.
- Different dashboards for admins, doctors, and patients upon login.
- Admins can register doctors.
- Patients can register and log in.
- Models: Contains the entity classes representing the database schema.
- Controllers: Includes controllers for different parts of the application (Account, Doctor, Home, Patient, etc.).
- Views: Consists of Razor views for rendering HTML.
- Data: Contains the Entity Framework Core DbContext class.
- Migrations: Includes database migration files.
- wwwroot: Holds static files (CSS, JavaScript).


