#!/bin/bash
cd /var/www/edmentor
source venv/bin/activate
uvicorn app.main:app --host 127.0.0.1 --port 9001 --reload --root-path "/edmentor-acc"