Bubble Social System
Backend API is ready
API Endpoints
POST /api/auth/register
Register new user
POST /api/auth/login
Login user
GET /api/auth/me
Get current user
GET /api/users/search
Search users
GET /api/bubbles/tags
Get bubble tags
GET /api/activities
Browse activities
Next Steps
- Use API testing tools like Postman or Thunder Client
- Run database scripts from the scripts folder
- Build frontend components to consume the API
- Set up real-time WebSocket connections for chat