Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.41 KB

File metadata and controls

35 lines (27 loc) · 1.41 KB

Hospital Management System

Overview

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.

Participants

Features

  • 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.

Project Structure

  • 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).

Screenshots

Screenshot 1 Home Page

Screenshot 1 Login And Register

Screenshot 2 Phone View