Go to file
Marcel Grześ 52f1c1e71f Basic function development
All database models has been added;
All basic ViewModels has been added;
2018-12-22 15:52:17 +01:00
.vs/HospitalServerManager/v15 Basic function development 2018-12-22 15:52:17 +01:00
Assets Initial commit 2018-11-18 18:49:40 +01:00
InterfacesAndEnums Basic function development 2018-12-22 15:52:17 +01:00
Model Basic function development 2018-12-22 15:52:17 +01:00
Properties Initial commit 2018-11-18 18:49:40 +01:00
View Basic function development 2018-12-22 15:52:17 +01:00
ViewModel Basic function development 2018-12-22 15:52:17 +01:00
bin/x86/Debug Basic function development 2018-12-22 15:52:17 +01:00
obj Basic function development 2018-12-22 15:52:17 +01:00
.gitattributes Initial commit 2018-11-18 18:49:40 +01:00
App.xaml Initial commit 2018-11-18 18:49:40 +01:00
App.xaml.cs Initial commit 2018-11-18 18:49:40 +01:00
HospitalServerManager.csproj Basic function development 2018-12-22 15:52:17 +01:00
HospitalServerManager.csproj.user Basic function development 2018-12-22 15:52:17 +01:00
HospitalServerManager.sln Basic function development 2018-12-22 15:52:17 +01:00
HospitalServerManager_TemporaryKey.pfx Initial commit 2018-11-18 18:49:40 +01:00
Package.appxmanifest Initial commit 2018-11-18 18:49:40 +01:00
README.md Create README.md 2018-11-18 18:59:37 +01:00

README.md

HospitalServerManager

It is online version of the AdmissionManager (www.github.com/SirLecram/AdmissionManager). I decided that I would do both projects at the same time :). This app is the client. I would like to implement to the client MVVM pattern. Responsibility for database management will be transferred to the server in Golang. Repository of Golang server is here: www.git.wmi.amu.edu.pl/s439397/admissionServer