nohup:
	nohup make start > output.log 2>&1 &

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

stop:
	sudo fuser -k 8000/tcp