QuizAPI consists of an SQL database containing trivia questions and a flask app that provides a web interface to interact with the database. In create_db.py I created an SQL database from the data stored in csv files. The app.py is a flask app that manages access to the SQL database.
The dataset used in this repository was derived from https://github.com/uberspot/OpenTriviaQA
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ .