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: 4 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T23:55:20.000Z (over 1 year ago)
- Last Synced: 2024-12-27T09:11:59.976Z (6 months ago)
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- 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.