Skip to content

Haki-Malai/flask-triviamaster

Repository files navigation

flask-triviamaster

Trivia game with python

Codacy Badge GitHub commit activity GitHub branch checks state

Libraries.io dependency status for GitHub repo GitHub Pipenv locked dependency version

Installation

# 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_data

Running the Application

flask run
# The application should be available on http://127.0.0.1:5000

Testing the Application

flask test

View other options

flask --help