Quiz API that stores question in DB with CRUD
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.).
docker compose up