{"name":"MTR Backend API","version":"1.0.0","status":"running","message":"Welcome to MTR Property Management API","endpoints":{"health":"/api/health","properties":"/api/properties","auth":"/api/auth","upload":"/api/upload"},"documentation":{"getAllProperties":"GET /api/properties","getPropertyById":"GET /api/properties/:id","createProperty":"POST /api/properties (requires auth)","updateProperty":"PUT /api/properties/:id (requires auth)","deleteProperty":"DELETE /api/properties/:id (requires auth)","register":"POST /api/auth/register","login":"POST /api/auth/login","profile":"GET /api/auth/profile (requires auth)"},"frontend":"https://vogorealty.com"}