ESTITO-Works/Taph-AI
[Good First Issue] Add a `/about` route that returns project info
Offen
#1 geöffnet am 18.07.2025
good first issue
Repository-Metriken
- Stars
- (1 Stern)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
[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
}