Azaria92 / learning-flask-1

Sample application for the Learning Flask course by Packt Publishing.

Home Page:https://www.packtpub.com/web-development/learning-flask-video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Flask

This is a sample application for the Learning Flask course by Packt Publishing. Check out the live app here.

Python version: 2.7.x. For a Python 3.x version, check out this fork

Cloning the repo

First clone this repo by running

$ git clone https://github.com/lpolepeddi/learning-flask.git

Then cd into each folder to see what the code looks like at the end of that section in the course. For example, to see and run the code at Section 2, type

$ cd section-2
$ python routes.py

Deploying the app

To deploy your Flask app to Heroku, check out this guide

About

Sample application for the Learning Flask course by Packt Publishing.

https://www.packtpub.com/web-development/learning-flask-video


Languages

Language:CSS 38.4%Language:HTML 31.8%Language:Python 29.8%