Files
robot-control-system/start.sh

4 lines
127 B
Bash

#!/bin/bash
cd "$(dirname "$0")" || exit
source venv/bin/activate
uvicorn app.main:app --host 127.0.0.1 --port 8000 --reload