Bite API
Backend API for the Bite nutrition tracking application.
Status
✅ API is running
Endpoints
/api/trpc - tRPC API endpoint
Routers
- user - User profile and goal management
- meal - Meal CRUD operations
- ai - AI food parsing (OpenAI)
- nutrition - Daily/weekly summaries
Documentation
See README.md for setup instructions.
See docs/TECHNICAL-FOUNDATION.md for API specifications.
Next Steps
- Set up Supabase project
- Configure environment variables (
.env) - Run database migrations (
npm run db:push) - Test API endpoints
- Deploy to Vercel