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