Skip to content

Albin0208/HospitalManagementSystem

Repository files navigation

Hospital Management System (HMS)

Description

HMS is a hobby project developed using C# and .NET 8. The project aims to provide a comprehensive solution for managing various aspects of hospital operations, including patient management, employee administration, appointment scheduling, and invoicing.

Features

Since this project will be very large not all features will be listed here.

  • Create new Patients and Employees
  • Make appointments
  • Create and send invoices

Installation

To run the HMS project locally, follow these steps

  1. Clone the repository: git clone https://github.com/Albin0208/HospitalManagementSystem.git
  2. Navigate to project directory
  3. Install the dependecies: dotnet restore
  4. Build the project: dotnet build
  5. Run the project: dotnet run

Configuration

The HMS project may require certain configuration settings, such as database connection strings or email server credentials. You can configure these settings in the appsettings.json file located in the project's root directory.

About

Hospital management system created with C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages