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 421a8f5f62
All checks were successful
continuous-integration/drone/push Build is passing
merge: bring in feature-add-shared-base-entity
commit 85cbab22a8d58acf53e32bc122329b50170de1a0
Author: surtur <a_mirre@utb.cz>
Date:   Wed Dec 30 00:53:27 2020 +0100

    chore: update proj file to include Migrations dir

commit 71bcd9fa486b761b83ad488d51e9fde5b5d8565f
Author: surtur <a_mirre@utb.cz>
Date:   Tue Dec 29 23:28:17 2020 +0100

    chore: prevent deletion of products used in orders

commit d9ddee09d78c8e50dbf4f5bcbe07b80294de62e8
Author: surtur <a_mirre@utb.cz>
Date:   Tue Dec 29 19:45:40 2020 +0100

    chore: add db conf for {Product,Carousel,Order}

    * csproj pkg cleanup

commit 66c9c1cb520373b91723e2f4ef8d4bc76e05d8a9
Author: surtur <a_mirre@utb.cz>
Date:   Tue Dec 29 17:48:09 2020 +0100

    chore: create a shared base entity
2020-12-30 03:40:50 +01:00
Areas/Admin feat: add product CRUD functionality 2020-12-29 01:25:13 +01:00
Controllers chore: add error handling for 40{3,4} and 500 2020-12-28 22:28:41 +01:00
Models merge: bring in feature-add-shared-base-entity 2020-12-30 03:40:50 +01:00
Properties chore: conditional razor runtime compilation 2020-12-27 16:22:27 +01:00
Views chore: update footer w/ project and author details 2020-12-29 02:26:36 +01:00
wwwroot feat: add product CRUD functionality 2020-12-29 01:25:13 +01:00
.dockerignore chore: update .dockerignore for smaller images 2020-12-27 04:46:38 +01:00
.drone.yml chore: target 3.1.* + connected simplification 2020-12-26 17:26:11 +01:00
.gitignore chore: add stuff to the list of the ignored 2020-12-27 05:37:43 +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 refactor: spaces --> tabs 2020-12-28 14:50:19 +01:00
README.md feat: move to framework version 3.1 2020-12-15 15:04:28 +01:00
Startup.cs chore: add error handling for 40{3,4} and 500 2020-12-28 22:28:41 +01:00
appsettings.Development.json chore: postgre --> postgres 2020-12-26 19:28:41 +01:00
appsettings.json chore: postgre --> postgres 2020-12-26 19:28:41 +01:00
docker-compose.yml chore: setting this never gets old 2020-12-27 05:29:33 +01:00
global.json chore: target 3.1.* + connected simplification 2020-12-26 17:26:11 +01:00
pwt-0x01-ng.csproj merge: bring in feature-add-shared-base-entity 2020-12-30 03:40:50 +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