Bicicita - Backend API
API server running on port 3001
Available Endpoints:
- POST /api/auth/register - Register a new user
- POST /api/auth/login - Login user
- POST /api/auth/recover - Recover password
- GET /api/profile?userId=... - Get user profile
- PATCH /api/profile?userId=... - Update user profile