Run the build.bat
script in order to restore, build and test (if you've selected to include tests) the application:
> ./build.bat
Run the build.sh
script in order to restore, build and test (if you've selected to include tests) the application:
$ ./build.sh
> docker-compose -f docker-compose.dev.yml up --build
After a successful build you can start the web application by executing the following command in your terminal:
> cd src
> dotnet run
After the application has started visit http://localhost:5000 in your preferred browser.