From f37fbba74d68a640883082ca45d42614ad9c7b8d Mon Sep 17 00:00:00 2001 From: Damian N Date: Thu, 21 Nov 2019 19:53:48 +0100 Subject: [PATCH] Added Readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6bff85f --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# How to run + + +#### 1. To run inside docker just type following command + +```sh +$ docker-compose up -d --build +``` +#### 2. Open any web browser and go to localhost:8080 to access your app. +#### 3. To run locally, install SQLServer Express and launch from Visual Studio or using dotnet CLI + +```sh +$ dotnet run +``` \ No newline at end of file