Add first miggration
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 38s

This commit is contained in:
2025-04-09 23:10:03 +02:00
parent 6627dc93be
commit 086b68c539
10 changed files with 1234 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ Store your favorite games, intelligent game add, store game files and data, mana
## Services
| project | Port | Technos | Base de données |
| Project | Port | Technos | Base de données |
| ------------- | --------- | --------------- | --------------- |
| WebApp | 5172,7060 | C# (Blazor) | |
| API | 8000 | C# (ASP.NET) | PostgreSQL |
@@ -29,6 +29,15 @@ Store your favorite games, intelligent game add, store game files and data, mana
└── GameIdeas.Shared
```
## Environment variables
| Name | Value type |
| --- | --- |
| DB_HOST | Address IP or hostname of the database |
| DB_USERNAME | Username for the database |
| DB_PASSWORD | Plain password for the database |
| DB_DATABASE | Name of the database |
<!-- ## Installation
### Docker Compose