Skip to content

Commit

Permalink
Added Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaprawa committed Nov 21, 2019
1 parent 5454a6d commit f37fbba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit f37fbba

Please sign in to comment.