SimpliFi / start.sh
Rsr2425's picture
Set up FE testing
50f8987
raw
history blame
121 Bytes
#!/bin/bash
# Start nginx
nginx
# Start the FastAPI application
uvicorn backend.app.main:app --host 0.0.0.0 --port 8000