Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 455 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 455 Bytes

Shipyard template: Flask

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

Getting Started

To get started take a look at the Makefile in the root directory, there are some helpful commands to get you started ex:

make develop

Dependencies

docker docker-compose make