db: AddOsztalyToV2KarakterVarazslat

This commit is contained in:
2024-07-25 09:21:11 +02:00
parent 9a6ca9d4e0
commit 1b157104dc
9 changed files with 825 additions and 33 deletions
+3 -3
View File
@@ -16,12 +16,12 @@ See deployment repo at: [https://github.com/morbalint/kemkas-deployment](https:/
For frontend see: [Frontend README](https://github.com/morbalint/kemkas/README.md)
To start development, spin up the docker-compose.yaml file and use the launchSettings.json to start the backend and frontend dev servers.
To start development, spin up the docker-compose.yaml file and use the launchSettings.json to start the backend dev server. Use the frontend repo to start the frontend dev server.
For the first time setup:
```shell
dotnet dev-certs https --format PEM --no-password -ep ~/.aspnet/https/kemkas.pem`
docker compose up -d
dotnet dev-certs https --clean && \
dotnet dev-certs https --format PEM --no-password -ep ~/.aspnet/https/kemkas.pem
```
Later start the docker compose first and the project launch settings after the DB is up and running.