.PHONY: start stop restart build ps bash

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