mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-09-15 15:46:07 +00:00
2e71369c6faba80e86c5e8de19675abd8ed9eb88
2e71369c6f
build(deps): bump Microsoft.EntityFrameworkCore.Design and Microsoft.EntityFrameworkCore.Relational (#19)
Bumps [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.0 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.6) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.5 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.5...v8.0.6) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump Microsoft.EntityFrameworkCore.Design and Microsoft.EntityFrameworkCore.Relational (#19)
KéMkas
Kard és Mágia karakter alkotó segédlet (https://app.kemkas.hu)
[EN] Please excuse the Hungish, the domain language of KéM is hungarian, but the domain language of programming is english, which resulted in this monster.
[HU] Kérlek nézd el a kevert angol kifejezeséket, ugyan a szerepáték nyelve magyar, de a programozás szakmai nyelve angol.
Deployment
See deployment repo at: https://github.com/morbalint/kemkas-deployment
Coding readmes
For frontend see: Frontend README
To start development, spin up the docker-compose.yaml file and use the launchSettings.json to start the backend and frontend dev servers.
For the first time setup:
- start the DB from the docker compose (required for the backend)
- launch the project with the launchSettings file (will generate SSL certs)
- spin up the proxy from docker compose (needs the SSL certs)
Later start the docker compose first and the project launch settings after the DB is up and running.
Languages
C#
70.7%
JavaScript
16.2%
HTML
12.3%
Shell
0.4%
CSS
0.3%
Other
0.1%