Your social media app's backend is running successfully!
/api/users
Get current user/api/circles
Get user's circles/api/circles
Create circle/api/posts
Get posts/api/posts
Create post/api/auth/[...nextauth]
AuthenticationAll 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.