🚀 Hoogah Backend API

Your social media app's backend is running successfully!

API Endpoints

GET/api/usersGet current user
GET/api/circlesGet user's circles
POST/api/circlesCreate circle
GET/api/postsGet posts
POST/api/postsCreate post
AUTH/api/auth/[...nextauth]Authentication

Development Status

✅Backend structure created
✅Database schema defined
✅API endpoints implemented
✅Google OAuth authentication setup
✅Custom domain configured
🔄iOS app integration (in progress)

Authentication

All API endpoints require authentication via NextAuth.js with Google OAuth.

Note: API endpoints return 401 Unauthorized if not authenticated. Sign in at /auth/signin to access protected endpoints.