An open API service indexing awesome lists of open source software.

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

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`