A web application for quiz game.
https://pokequiz-307002.an.r.appspot.com
- Python 3.7+ installed
- Pip and Pipenv installed
Clone this repository and setup the virtual environment.
git clone https://github.com/nsbt/pokequiz
cd pokequiz
pipenv install
pipenv run python main.py
Then access to http://localhost:8080 in your browser.
pipenv run python test.py
pipenv run pip freeze > requirements.txt
gcloud app deploy
Set configuration for automatic deploys from this branch or create pipeline on it.