Trivia game with python
# To install the dependencies of this application, run the following command:
pip install -r requirements.txt
# To load data on your local database, run:
flask get_dataflask run
# The application should be available on http://127.0.0.1:5000flask testflask --help