pkill -9 -f uvicorn ; cd ~/mmcl_backend ; nohup uvicorn main:app --host 0.0.0.0 --port 8000 > backend.log 2>&1 & tail -f backend.log