teamfishydino / quizapp

FastAPI & SvelteKit Quiz Application
2 stars 1 forks source link

feature(backend): implement GET `/api/quizzes/{objectId}` endpoint #25

Closed acsolle66 closed 2 months ago

acsolle66 commented 2 months ago

The /api/quizzes/{objectId} endpoint should return a quiz object or 404 if not found. To reach the goal of this issue, the following tasks need to be done:

For guidance: