Simon Bowie 8be67cd9b2 Fixed footer vor 3 Jahren
web Fixed footer vor 3 Jahren
.env.dev Reconfigured environment variables for security vor 3 Jahren
.gitignore Reconfigured environment variables for security vor 3 Jahren
README.md Styling sticky footer and header vor 3 Jahren
docker-compose.prod.yml Reconfigured environment variables for security vor 3 Jahren
docker-compose.yml Initial commit vor 3 Jahren

README.md

To build the database run:

docker exec -it python python from app import db, create_app, models db.create_all(app=create_app())