#!/bin/bash
cd /var/www/html/ai-nims-dev/backend && source .venv/bin/activate &&  python3 -m uvicorn app.main:app --reload --port 8004
