A basic Flask starter project to get started with Docker Compose and Shipyard.
- Jinja + Bootstrap (from CDN)
- uWSGI entrypoint
- Celery (with example heartbeat task configured)
- Flask-SQLAlchemy
- Make
- Docker & Docker Compose
- Run
make developat the root of this project. - Visit the app at http://localhost:8080.
- Make your code changes! The app will reload whenever you save.