Releases: org-not-included/simple_flask_app
Releases · org-not-included/simple_flask_app
V1.1: Added Holidays using pandas
Changes:
- cleanup readme
- install pandas
- create github workflow CICD for updating webserver
- list holidays in homepage
- change port
8000
->4020
- added badges
Simple Flask App
An implementation following the Flask Tutorial series, courtesy of @computingmrh.
Instructions:
- Open a terminal and
cd
to an empty directory. - Clone this repo and run the setup script.
git clone https://github.com/mtsadler-branch/simple_flask_app
cd simple_flask_app
source setup.sh
- Go to http://127.0.0.1:8000/ in your web-browser.