1 Open Issue Need Help Last updated: Jul 15, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Replace the existing nginx-based testing proxy with a Node.js Express server to simplify the testing environment for the NEEMS EMS React frontend. The Express server should proxy `/api` requests to the specified backend (NEEMS Core) and serve static files from the `dist` directory. The primary challenge is resolving the 404 errors currently encountered when proxying requests, likely due to incorrect URL rewriting by the proxy middleware.

Complexity: 4/5
enhancement good first issue help wanted

NEEMS EMS React Frontend

TypeScript