https://github.com/petronetto/flask-webapp
A real world web app with Python, Flask and Docker. Include Stripe, Celery and much more
https://github.com/petronetto/flask-webapp
celery docker flask python stripe
Last synced: 2 months ago
JSON representation
A real world web app with Python, Flask and Docker. Include Stripe, Celery and much more
- Host: GitHub
- URL: https://github.com/petronetto/flask-webapp
- Owner: petronetto
- Created: 2017-09-07T06:02:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T06:02:59.000Z (almost 9 years ago)
- Last Synced: 2025-02-22T05:26:24.660Z (over 1 year ago)
- Topics: celery, docker, flask, python, stripe
- Language: Python
- Homepage:
- Size: 745 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask App
A Flask App example
## Running
Build the containers
`docker-compose up --build`
Migrate database
`docker-compose exec website snakeeyes db reset --with-testdb`