MeridianU App Backend API
This is an API-only backend. No frontend is served here.
Available Endpoints:
POST /api/auth/*- Authentication (Better Auth)GET /api/notifications- Get user notificationsPOST /api/notifications- Create notificationPATCH /api/notifications- Mark notification as readPOST /api/push-tokens- Register push tokenDELETE /api/push-tokens- Remove push tokenGET /api/user-preferences- Get user preferencesPUT /api/user-preferences- Update user preferencesPOST /api/trigger- Trigger notification (Salesforce endpoint)