You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Simon Bowie f87dea6726 Made carousel dynamic преди 3 години
web Made carousel dynamic преди 3 години
.env.dev Reconfigured environment variables for security преди 3 години
.gitignore Added to gitignore преди 3 години
README.md Styling sticky footer and header преди 3 години
docker-compose.prod.yml Reconfigured environment variables for security преди 3 години
docker-compose.yml Initial commit преди 3 години

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())