bueller / flask-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Flask Template · Version Badge

A basic Flask starter project to get started with Docker Compose and Shipyard.

Includes

  • Jinja + Bootstrap (from CDN)
  • uWSGI entrypoint
  • Celery (with example heartbeat task configured)
  • Flask-SQLAlchemy

Dependencies

  • Make
  • Docker & Docker Compose

Getting Started

  • Run make develop at the root of this project.
  • Visit the app at http://localhost:8080.
  • Make your code changes! The app will reload whenever you save.

About


Languages

Language:Python 59.6%Language:HTML 19.1%Language:Dockerfile 7.6%Language:Shell 5.5%Language:Makefile 4.8%Language:Mako 2.9%Language:CSS 0.5%