.PHONY: start

start:
	uvicorn app:app --reload --host 0.0.0.0 --port 8000
