https://github.com/localstack/shipyard-localstack-flask
a starter Flask project, integrated with Localstack and Shipyard
https://github.com/localstack/shipyard-localstack-flask
Last synced: about 1 month ago
JSON representation
a starter Flask project, integrated with Localstack and Shipyard
- Host: GitHub
- URL: https://github.com/localstack/shipyard-localstack-flask
- Owner: localstack
- Created: 2021-01-05T18:19:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T23:55:20.000Z (about 2 years ago)
- Last Synced: 2025-05-13T14:36:34.431Z (10 months ago)
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Flask Template Leveraging LocalStack for simulated s3 filestore· [](#)
A basic Flask starter project to get started with Docker Compose, LocalStack and Shipyard.
## Includes
- Jinja + Bootstrap (from CDN)
- uWSGI entrypoint
- Celery (with example heartbeat task configured)
- Flask-SQLAlchemy
- [LocalStack](https://github.com/localstack/localstack)
## Dependencies
- Make
- Docker & Docker Compose
## Getting Started
- Run `make develop` at the root of this project.
- Visit the app at http://localhost:8080/files to list objects in LocalStack s3 bucket
- Visit http://localhost:8080/files/create to add test object
- Make your code changes! The app will reload whenever you save.