Skip to content

Commit 35d514b

Browse files
author
bueller
committed
Add Localstack info for template
1 parent c79b747 commit 35d514b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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.

0 commit comments

Comments
 (0)