Implementing backend services for Excalidraw clone including: - [x] WebSocket Backend for real-time collaboration - [x] HTTP Backend with user authentication - [x] Database setup with Prisma - [x] Shared utilities package - [x] API Testing endpoints Technical Details: - User authentication with JWT - Real-time room management - Prisma schema for Users, Rooms, and Chats - REST API endpoints for user operations
Implementing backend services for Excalidraw clone including:
Technical Details: