Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 450 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 450 Bytes

test-task-quiz

Quiz API that stores question in DB with CRUD

Requirements

What this project do

This is a test case made on FastAPI. In the project we take questions from the open API of the quiz, and store them in the database along with answers and other data (creation date, question category, etc.).

Run project

docker compose up