Člen týmu | Pozice |
---|---|
Klára Futejová | Frontend |
Martin Fiala | Fullstack |
Jonáš Holub | Design a frontend |
- Server: ASP.NET Core (with Minimal APIs)
- Prezentace: Blazor Web App (Server + WASM + prerendering)
- ORM: Entity Framework Core
- Databáze: SQLite
- Miro: Pro wireframe, vedení todo listu, brainstorming
- Figma: Pro design
- GitHub: Pro správu kódu, ci/cd
- Discord: Pro komunikaci
Při spuštění se spustí EF Core migrace, což sice není dobrá praxe, ale pro účely této aplikace je to dostačující.
Since it is a Blazor web app, with both rendering options (Server and WASM), the h.Server
project must be launched.
In vs, there are two options:
- Either the
h.Server
and run thehttps
launch profile, - or better select
docker-compose
.
The project can be run in a docker container. The docker-compose
file is included in the project.
The project can be run from the CLI. The h.Server
project must be launched
with the https launch profile:
$ dotnet run --project src\h.Server\h.Server.csproj --launch-profile https