Skip to content

Releases: org-not-included/simple_flask_app

V1.1: Added Holidays using pandas

18 Sep 05:51
Compare
Choose a tag to compare

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

24 Jul 17:32
Compare
Choose a tag to compare

An implementation following the Flask Tutorial series, courtesy of @computingmrh.

Instructions:

  1. Open a terminal and cd to an empty directory.
  2. 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
  1. Go to http://127.0.0.1:8000/ in your web-browser.