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
}