This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
surtur 3a155798a9
rm: get rid of unused launch settings
[skip ci]
2020-12-02 03:08:43 +01:00
Areas/Admin chore: move upload stuff to MegaUpload class 2020-11-21 21:45:00 +01:00
Controllers chore: add fake data source for admin carousel 2020-11-05 20:42:34 +01:00
Models chore: move upload stuff to MegaUpload class 2020-11-21 21:45:00 +01:00
Properties rm: get rid of unused launch settings 2020-12-02 03:08:43 +01:00
Views refactor: render section independently of the env 2020-11-26 00:23:05 +01:00
wwwroot chore: adding carousel item deletion 2020-11-05 23:05:49 +01:00
.drone.yml fix: clean build after restore 2020-11-29 21:08:11 +01:00
.gitignore chore: add vim swps to the list of the ignored 2020-11-26 01:46:37 +01:00
Dockerfile fix: clean build after restore 2020-11-29 21:08:11 +01:00
Dockerfile.dev fix: clean build after restore 2020-11-29 21:08:11 +01:00
LICENSE feat: add LICENSE file 2020-11-21 14:21:19 +01:00
Makefile fix: clean build after restore 2020-11-29 21:08:11 +01:00
Program.cs initial commit 2020-10-26 22:47:50 +01:00
README.md chore: update README.md with run instructions 2020-11-21 14:20:30 +01:00
Startup.cs chore: run debug on non-https localhost 2020-11-21 13:59:20 +01:00
appsettings.Development.json initial commit 2020-10-26 22:47:50 +01:00
appsettings.json initial commit 2020-10-26 22:47:50 +01:00
global.json feat: target 2.1.811 in global.json 2020-11-27 13:48:06 +01:00
pwt-0x01-ng.csproj chore: update {run,build} configuration in .csproj 2020-11-21 14:06:05 +01:00
pwt-0x01-ng.sln initial commit 2020-10-26 22:47:50 +01:00

pwt-0x01-ng

this repo holds sawce for PWT .netcore mvc project 0x01-ng

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