Backend API service for Tactical Heroes.
- .NET 10
- ASP.NET Core
- PostgreSQL
- EF Core migrator
- Docker
- Helm
- GitHub Actions
Restore packages:
dotnet restore PANiXiDA.TacticalHeroes.slnxBuild the solution:
dotnet build PANiXiDA.TacticalHeroes.slnx --configuration ReleaseRun tests:
dotnet test PANiXiDA.TacticalHeroes.slnx --configuration ReleaseRun the API:
dotnet run --project src/PANiXiDA.TacticalHeroes.Host/PANiXiDA.TacticalHeroes.Host.csprojRun the EF migrator:
dotnet run --project tools/PANiXiDA.TacticalHeroes.Ef.Migrator/PANiXiDA.TacticalHeroes.Ef.Migrator.csproj --configuration Releasesrc/- application source code.tests/- unit, integration, functional, and architecture tests.tools/- service tooling, including the EF migrator.deploy/helm/- Helm deployment values.
This repository was created from the PANiXiDA .NET backend template. Template packaging files and repository-only examples have been removed. Project, namespace, Helm, Docker, and CI names were initialized for Tactical Heroes API.