Backend Development Server
This is the backend server running in development mode.
For client-side routing to work properly in development:
- Make sure your frontend Vite dev server is running (npm run dev in the frontend directory)
- Access your app through the Vite dev server URL (typically http://localhost:5173)
- The Vite dev server will proxy API requests to this backend server