Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 262 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 262 Bytes

Jobs

Repo med periodiske job.

Quick start

Almindelige commands

  • Start app'en: python src/main.py
  • Start app'en i docker container: docker-compose up
  • Unit tests: pytest
  • Lint: flake8 --ignore=E501 src tests --show-source