update README with correct repository clone URL and format project structure section
This commit is contained in:
@@ -21,8 +21,8 @@ A multi-modal AI web application. Users can choose between different AI models f
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repo
|
# Clone the repo
|
||||||
git clone <repo-url>
|
git clone https://git.allucanget.biz/allucanget/ai.allucanget.biz.git
|
||||||
cd 12-ai.allucanget.biz
|
cd ai.allucanget.biz
|
||||||
|
|
||||||
# Create and activate virtual environment
|
# Create and activate virtual environment
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
@@ -60,7 +60,7 @@ pytest
|
|||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
```
|
```txt
|
||||||
backend/ FastAPI backend
|
backend/ FastAPI backend
|
||||||
app/
|
app/
|
||||||
routers/ API route handlers
|
routers/ API route handlers
|
||||||
|
|||||||
Reference in New Issue
Block a user