/A-Simple-Flask-App

We demonstrate some of the basic features of the Flask microframework.

Primary LanguageHTML

simple-flask-app

We demonstrate some of the basic features of the Flask micro-framework.

Setup:

  1. Download or clone repository:

git clone https://github.com/copev313/simple-flask-app

  1. Install dependencies:

pip install -r requirements.txt

  1. Get up and running:

flask run -or- python app.py


Shoutouts: