File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # The Flask Template · ; [ ![ Version Badge] ( https://img.shields.io/badge/version-1.0.0-brightgreen )] ( # )
1+ # The Flask Template Leveraging LocalStack for simulated s3 filestore · ; [ ![ Version Badge] ( https://img.shields.io/badge/version-1.0.0-brightgreen )] ( # )
22
3- A basic Flask starter project to get started with Docker Compose and Shipyard.
3+ A basic Flask starter project to get started with Docker Compose, LocalStack and Shipyard.
44
55## Includes
66
77- Jinja + Bootstrap (from CDN)
88- uWSGI entrypoint
99- Celery (with example heartbeat task configured)
1010- Flask-SQLAlchemy
11+ - [ LocalStack] ( https://github.com/localstack/localstack )
1112
1213## Dependencies
1314
@@ -17,5 +18,6 @@ A basic Flask starter project to get started with Docker Compose and Shipyard.
1718## Getting Started
1819
1920- Run ` make develop ` at the root of this project.
20- - Visit the app at http://localhost:8080 .
21+ - Visit the app at http://localhost:8080/file to list objects in LocalStack s3 bucket
22+ - Visit http://localhost:8080/file/create to add test object
2123- Make your code changes! The app will reload whenever you save.
You can’t perform that action at this time.
0 commit comments