ESTITO-Works/Taph-AI
[Good First Issue] Add a `/about` route that returns project info
开放
#1 创建于 2025年7月18日
good first issue
仓库指标
- 星标
- (1 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
[Good First Issue] Add a /about route that returns project info
Add a simple /about route to the backend of Serendipity AI. When someone visits this endpoint, it should return a JSON object with basic project information:
{
"project": "Serendipity AI",
"description": "Your supportive AI companion for delightful discoveries.",
"status": "In progress",
"open_source": true
}