Play it here An awesome language learning applciation to practice your pronunciation
-
Clone this repository
git clone https://github.com/turnofftheapp/language_horse
-
Install flask
pip3 install flask
,pip3 install flask_talisman
, thenpip3 install requests
-
Source the flask development commands
source app.env.dev
. These commands configure flask for development -
Run
export GOOGLE_API_KEY='<GOOGLE_API_KEY>'
-
Boot up the server
flask run
-
Visit the
localhost:5000/
in the browser. -
Explore the app, and have fun!
-
You can check that you are logged onto the Heroku CLI as such
heroku whoami
-
The app is deployed to:
[email protected]