Ticket 1.3 – Minimalen FastAPI-Server aufsetzen #4

Open
opened 2025-12-05 12:13:28 +01:00 by wMichael · 0 comments
Owner

Beschreibung:

In src/app/main.py eine FastAPI-App anlegen.
Endpoint GET /health, der { "status": "ok" } zurückgibt.
Startbefehl im README: uvicorn app.main:app --reload.

Akzeptanzkriterien:

Server startet lokal.
GET /health gibt 200 + JSON zurück.

**Beschreibung:** In src/app/main.py eine FastAPI-App anlegen. Endpoint GET /health, der { "status": "ok" } zurückgibt. Startbefehl im README: uvicorn app.main:app --reload. **Akzeptanzkriterien:** Server startet lokal. GET /health gibt 200 + JSON zurück.
wMichael added this to the Aufgaben project 2025-12-05 12:20:15 +01:00
AaronLaib moved this to Backlog in Aufgaben on 2025-12-05 12:26:03 +01:00
AaronLaib moved this to In Progress in Aufgaben on 2026-01-09 08:48:58 +01:00
AaronLaib self-assigned this 2026-01-09 08:49:15 +01:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fastshortener/backend#4
No description provided.