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.
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
To run the HMS project locally, follow these steps
- Clone the repository:
git clone https://github.com/Albin0208/HospitalManagementSystem.git
- Navigate to project directory
- Install the dependecies:
dotnet restore
- Build the project:
dotnet build
- Run the project:
dotnet run
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.