kenken999's picture
fda
0f43f8a
raw
history blame
138 Bytes
#!/bin/bash
# Install dependencies
pip install -r requirements.txt
# Run API
python api/app.py &
# Run frontend
python frontend/app.py