Add entity framework (#11)

Co-authored-by: Maxime Adler <madler@sqli.com>
Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2025-04-09 23:12:48 +02:00
parent 3d5056ce91
commit 3537465588
22 changed files with 1617 additions and 38 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