Family Tree Echo API

Welcome to the Family Tree Echo API. Below are the available endpoints:

POST /api/auth/google
Google OAuth authentication. Requires Authorization header with Bearer token.
GET /api/categories
Requires authentication. Fetch categories with questions.
POST /api/media/upload
Requires authentication. Upload media files.
GET /admin
Requires authentication. Admin panel for category management.

Use tools like Postman, curl, or your frontend app to interact with authenticated endpoints.