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 b0669f65c0
All checks were successful
continuous-integration/drone/pr Build is passing
chore: target 3.1.* + connected simplification
* global.json sdk value will now match 3.1.whatever
* rm the now-redundant sed both from the ci pipeline and Dockerfile*
* limit ci pipeline runs to single build for an event. e.g. on a pr,
  run a single build instead of both a pr build and a push build
* edit Makefile to force --no-cache builds
2020-12-26 17:26:11 +01:00
Areas/Admin feat: move to framework version 3.1 2020-12-15 15:04:28 +01:00
Controllers chore: add fake data source for admin carousel 2020-11-05 20:42:34 +01:00
Models feat: move to framework version 3.1 2020-12-15 15:04:28 +01:00
Properties merge: bring in kaniko builds 2020-12-02 03:09:34 +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
.dockerignore refactor: optimize Dockerfiles for quicker builds 2020-12-05 22:28:19 +01:00
.drone.yml chore: target 3.1.* + connected simplification 2020-12-26 17:26:11 +01:00
.gitignore chore: add vim swps to the list of the ignored 2020-11-26 01:46:37 +01:00
Dockerfile chore: target 3.1.* + connected simplification 2020-12-26 17:26:11 +01:00
Dockerfile.dev chore: target 3.1.* + connected simplification 2020-12-26 17:26:11 +01:00
LICENSE feat: add LICENSE file 2020-11-21 14:21:19 +01:00
Makefile chore: target 3.1.* + connected simplification 2020-12-26 17:26:11 +01:00
Program.cs chore: adding postgre support [wip - batch 1] 2020-12-06 12:23:51 +01:00
README.md feat: move to framework version 3.1 2020-12-15 15:04:28 +01:00
Startup.cs chore: turn off the stupid banner for now 2020-12-26 17:05:31 +01:00
appsettings.Development.json chore: correct db creds format + mount local dir 2020-12-26 17:02:24 +01:00
appsettings.json chore: adding postgre support [wip - batch 1] 2020-12-06 12:23:51 +01:00
docker-compose.yml chore: correct db creds format + mount local dir 2020-12-26 17:02:24 +01:00
global.json chore: target 3.1.* + connected simplification 2020-12-26 17:26:11 +01:00
pwt-0x01-ng.csproj feat: move to framework version 3.1 2020-12-15 15:04:28 +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

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