Boiler-Plate
Flask application boiler-plate.
Running the application
With Docker and Docker-Compose installed, follow the instructions below to run the application.:
docker-compose upInstalling pre-commit tool
You'll need to install the pre-commit tool locally to run the tests.
pip install pre-commitThen, install the configured hooks in the .pre-commit-config.yaml file.
pre-commit installAccess web container
docker-compose exec web sh