Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 960 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 960 Bytes

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