Skip to content

leartgjoni/c-sharp-hospital-crm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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 ;)