Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1.05 KB

README.rst

File metadata and controls

34 lines (25 loc) · 1.05 KB

Flask Template Project

Quick start with Flask.

Instalation:

git clone https://github.com/klen/flask-template.git
cd flask-template
make migrate

Usage:

Run development server:

make run