readme update

This commit is contained in:
2026-03-15 14:10:44 +01:00
parent d954a14564
commit f3a51dafad

View File

@@ -91,7 +91,7 @@ This starts five containers. Wait ~30 seconds for Keycloak to finish importing t
dotnet run --project src/API/Mccn.Api/Mccn.Api.csproj
```
The API is available at `http://localhost:5000`. Swagger UI is at `http://localhost:5000/swagger`.
The API is available at `https://localhost:8081` or `http://localhost:8080`. Swagger UI is at `https://localhost:8081/swagger` or `http://localhost:8080/swagger`.
On first run in Development mode the database schema is automatically created via EF Core.