File size: 154 Bytes
95f8d1c
 
 
 
 
1
2
3
4
5
6
Run backend:
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
uvicorn main:app --reload --port 8000