Go to file
surtur d63715392e
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2020-12-17 14:53:05 +01:00
Areas/PCKomponenty initial commit 2020-12-17 14:53:05 +01:00
Controllers initial commit 2020-12-17 14:53:05 +01:00
Models initial commit 2020-12-17 14:53:05 +01:00
Properties initial commit 2020-12-17 14:53:05 +01:00
Views initial commit 2020-12-17 14:53:05 +01:00
wwwroot initial commit 2020-12-17 14:53:05 +01:00
.dockerignore initial commit 2020-12-17 14:53:05 +01:00
.drone.yml initial commit 2020-12-17 14:53:05 +01:00
.gitignore initial commit 2020-12-17 14:53:05 +01:00
Dockerfile initial commit 2020-12-17 14:53:05 +01:00
Dockerfile.dev initial commit 2020-12-17 14:53:05 +01:00
LICENSE initial commit 2020-12-17 14:53:05 +01:00
Makefile initial commit 2020-12-17 14:53:05 +01:00
Program.cs initial commit 2020-12-17 14:53:05 +01:00
README.md initial commit 2020-12-17 14:53:05 +01:00
Startup.cs initial commit 2020-12-17 14:53:05 +01:00
appsettings.Development.json initial commit 2020-12-17 14:53:05 +01:00
appsettings.json initial commit 2020-12-17 14:53:05 +01:00
docker-compose.yml initial commit 2020-12-17 14:53:05 +01:00
global.json initial commit 2020-12-17 14:53:05 +01:00
pwt-final-countdown.csproj initial commit 2020-12-17 14:53:05 +01:00
pwt-final-countdown.sln initial commit 2020-12-17 14:53:05 +01:00

pwt-final-countdown

this repo holds sawce for PWT .netcore mvc project final-countdown

how to run this

run the following commands from the solution folder

on the first run, restore stuff

dotnet restore

build and run

dotnet build && dotnet run

errors

if you get a weird long error about not being able to listen bind a port, make sure nothing else is listening on the port this thing is trying to bind (tcp/5000).
if something else is already listening, solve it by killing it before running dotnet run or change the app port in Properties/launchSettings.json