ESTITO-Works/Taph-AI
[Good First Issue] Add a `/about` route that returns project info
Aberta
#1 aberto em 18 de jul. de 2025
good first issue
Métricas do repositório
- Stars
- (1 estrela)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
[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
}