GitXplorerGitXplorer
k

flask-practice

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e3cc9806ab78af0ad3f0889942b0170cca099840

Install Flask-SQLAlchemy

kkoooge committed 5 years ago
Unverified
c6dcfbcb0cdfc3dfd3d7a40efdb2e042b4cb5fa2

doc: Update

kkoooge committed 5 years ago
Unverified
8def3afa5f6418e443a0bf35267e17963c809a20

Copy flaskr

kkoooge committed 5 years ago
Unverified
bb8aee156ba5875ea6a82f09cb2b5ffc594335d6

Hello Flask

kkoooge committed 5 years ago
Verified
6cb578f4bd52716c0f208d6959955003ab9415e0

Initial commit

kkoooge committed 5 years ago

README

The README file for this repository.

flask-practice

Flask practice (Flask(Jinja2, werkzeug), SQLAlchemy, sqlite3)

Run

$ export FLASK_APP=flaskr
$ export FLASK_ENV=development
$ flask init-db
$ flask run

Test

$ pip install '.[test]'
$ pytest

Run with coverage report:

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