Skip to content

StepanGavrilov/TemplateModernProject

Repository files navigation

SonarCloud

Vulnerabilities Lines of Code Maintainability Rating Security Rating Code Smells

Start local (docker)

rm -rf .env && ./docker/env.sh Development >>.env && docker-compose -f docker-compose.yml up --build

Api start local

sudo kill -9 $(lsof -t -i:9999) && ./docker/env.sh Local >> .env && ./docker/api/api.sh Local

Run integration testing (testcontainers)

python tests/contour_up.py

Mirror gitlab

GitLab Mirror

Stats

coverage

tests

flake8