Skip to content

vaclavbartos/Flask-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple example and quick-start template for micro web sites and services in Flask.

Quick start for development:

pip3 install flask

FLASK_APP=template.py FLASK_ENV=development flask run

For production, use Apache with mod_wsgi (example configuration), nginx with uWSGI, or any other WSGI compatible server.

About

An example & template for a simple web service/API in Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published