GitHunt
LU

lucasdutraf/Flask-BoilerPlate

Tiny Flask project boiler plate.

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 up

Installing pre-commit tool

You'll need to install the pre-commit tool locally to run the tests.

    pip install pre-commit

Then, install the configured hooks in the .pre-commit-config.yaml file.

    pre-commit install

Access web container

    docker-compose exec web sh

Languages

Python86.7%Dockerfile13.3%

Contributors

Created April 1, 2022
Updated December 26, 2024
lucasdutraf/Flask-BoilerPlate | GitHunt