tluomala / template-python-flask

The Flaskr template, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flaskr

The basic blog app built in the Flask tutorial.

Run

Open a workspace
https://gitpod.io/from-referrer/

Test

$ pip install '.[test]'
$ pytest

Run with coverage report:

$ coverage run -m pytest
$ coverage report
$ coverage html  # open htmlcov/index.html in a browser

About

The Flaskr template, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 75.7%Language:HTML 16.4%Language:CSS 7.9%