-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |