Skip to content

Hospital Monitoring System – A simple hospital management application developed with C# and Entity Framework Core using a layered architecture. It supports basic CRUD operations for doctors, patients, visits, prescriptions, and medicines, and demonstrates the use of generic repository and interface-based service design.

Notifications You must be signed in to change notification settings

Muhammetcanik/HospitalSystem

Repository files navigation

🏥 Hospital Monitoring System This is a basic hospital management application developed with C# and Entity Framework Core using Code First approach.

💡 Features Manage Doctors, Patients, Visits, Prescriptions, and Medicines

CRUD operations with Generic Repository Pattern

Clean, layered architecture with interface-based service design

Console-based UI for data input/output

🛠 Technologies Used .NET 7 / .NET 6

C#

Entity Framework Core

MS SQL Server

📁 Project Structure Kopyala Düzenle HospitalMonitoringSystem/ │ ├── Models/ ├── Interfaces/ ├── Repositories/ ├── Services/ ├── AppDbContext.cs └── Program.cs 🚀 Getting Started Clone the repository

Run Add-Migration Initial and Update-Database in Package Manager Console

Run the application and interact via console

About

Hospital Monitoring System – A simple hospital management application developed with C# and Entity Framework Core using a layered architecture. It supports basic CRUD operations for doctors, patients, visits, prescriptions, and medicines, and demonstrates the use of generic repository and interface-based service design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages