An implementation following the Flask Tutorial series, courtesy of @computingmrh.
- Clone this repo
git clone https://github.com/org-not-included/simple_flask_app
cd simple_flask_app
- Run the setup script
source setup/run_server.sh
- Go to http://127.0.0.1:4020/ in your web-browser.
- Stop the server
kill -9 $(lsof -ti:4020)