run:
	flask --app manager run --debug --port 8000

init:
	flask --app manager init-db

test:
	coverage run -m pytest
	coverage report -m