ai-interviewer / run.sh
APPLE
initial commit
11839ff
raw
history blame contribute delete
349 Bytes
#!/bin/bash
source venv/bin/activate
echo "πŸš€ Starting AI Interviewer on http://localhost:8000"
uvicorn src.main:app --reload --port 8000
```
---
**Folder structure should look like:**
```
ai-interviewer/
β”œβ”€β”€ .env
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ run.sh
β”œβ”€β”€ src/
β”‚ └── main.py
└── public/
└── index.html