c-sharp-hospital-crm icon indicating copy to clipboard operation
c-sharp-hospital-crm copied to clipboard

Desktop Based Hospital CRM in C#

Desktop Based Hospital CRM in C#

This application is written in C# with Entity Framework (code-first migrations).
The application has 4 Roles (Admin, Operator, Doctor, Nurse) each one with different permissions and features.
The frontend is developed with MetroFramework.

Here some examples:

alt text alt text alt text

How to run the app

1. Pull
2. Open with Visual Studio
3. "Update-Package" command from Package Manager Console
4. Create empty database named "EPatientDb" (or edit EPatientDatabaseConnectionString in App.config)
5. "Update-Database" command from Package Manager Console
6. Run Application

Don't forget to star this repo ;)