run:
	flask --app manager run --debug

init:
	flask --app manager init-db

test:
	coverage run -m pytest
	coverage report -m