File size: 136 Bytes
3687fa1
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/bin/bash

# Iniciar FastAPI 
uvicorn ProyectoBasura:app --host 0.0.0.0 --port 8000 &

sleep 5

# Iniciar frontend
python app_front.py