Backend für "Slip It In" mit ASP.NET Core erstellt
- Neues Backend-Projekt mit Entity Framework Core (PostgreSQL) und geteilten Modellen/DTOs angelegt - Datenbankstruktur und Migrations implementiert (User, Game, Player, Phrase, PlayerCard, GameRound, SlipChallenge) - SignalR-Hub für Spielkommunikation (Lobby, Spielstart, Kartenvergabe, Slip/Challenge) hinzugefügt - Spiellogik und DB-Zugriffe im GameService gekapselt - JWT-Authentifizierung und CORS für Entwicklung konfiguriert - Projektdateien, NuGet-Abhängigkeiten und .gitignore aktualisiert - Startkonfiguration und Umgebungsdateien angepasst
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
<Solution>
|
||||
<Folder Name="/Projektmappenelemente/">
|
||||
<File Path="Agents/Architecture.md" />
|
||||
<File Path="Agents/ProjectPlan.md" />
|
||||
</Folder>
|
||||
<Project Path="SlipItIN.AppHost/SlipItIn.AppHost.csproj" />
|
||||
<Project Path="SlipItIn.Server/SlipItIn.Server.csproj" />
|
||||
<Project Path="SlipItIN.ServiceDefaults/SlipItIn.ServiceDefaults.csproj" />
|
||||
<Project Path="SlipItIn.Shared/SlipItIn.Shared.csproj" />
|
||||
<Project Path="SlipItIN/SlipItIn.csproj">
|
||||
<Deploy Solution="Debug|*" />
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user