This repository has been archived on 2023-10-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
wanderer fe2e054f0b
continuous-integration/drone/pr Build is passing
chore: postgre --> postgres
2020-12-26 19:28:41 +01:00
2020-12-26 18:42:34 +01:00
2020-12-02 03:09:34 +01:00
2020-12-26 19:28:41 +01:00
2020-11-21 14:21:19 +01:00
2020-10-26 22:47:50 +01:00
2020-12-15 15:04:28 +01:00

pwt-0x01-ng

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

Note: app-3.1-migration branch

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

S
Description
No description provided
Readme 1.1 MiB
Languages
HTML 47.6%
C# 46.2%
Makefile 2.4%
PLpgSQL 1.3%
CSS 1.1%
Other 1.4%