ESTITO-Works/Taph-AI

[Good First Issue] Add a `/about` route that returns project info

开放

#1 创建于 2025年7月18日

 (5 条评论) (0 个反应) (2 位负责人)HTML (2 个派生)auto 404
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
}

贡献者指南