chore: remove placeholder text from README and add project description

This commit is contained in:
retoor 2025-08-04 14:53:26 +00:00
parent 2e576c8d25
commit 4a47983690

View File

@ -12,7 +12,7 @@ from pathlib import Path
import asyncio
from ads import AsyncDataSet
app = FastAPI(title="DevRant Community API")
app = FastAPI(title="Rant Community API")
# Enable CORS
app.add_middleware(