Skip to content

copev313/A-Simple-Flask-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: