turner_ml / start.sh
aamirtaymoor's picture
Update start.sh
7e10b28 verified
raw
history blame contribute delete
187 Bytes
#!/bin/bash
# Start Kafka consumer in the background
python kafka_consumer.py &
# Start FastAPI app
# uvicorn main:app --host 0.0.0.0 --port 7860
python manage.py runserver 0.0.0.0:8080