Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.19 KB

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