This is a small MERN app for reviewing production exceptions. I kept it simple on purpose: a branded login, a protected dashboard, a clean exception list, and a separate path for data-quality issues.
git clone <your-repo-url>
cd Assignment
cp backend/.env.example backend/.env
cp frontend/.env.example frontend/.env
cd backend && npm install
cd ../frontend && npm install
cd ..
./run.sh