From 9ab75e9b3ba471d51c55f9ba6d13405c83466c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Grze=C5=9B?= Date: Sun, 18 Nov 2018 18:59:37 +0100 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5a9509 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# 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