MERN Stack internship task: a simple full-stack app where React frontend fetches data from Node/Express + MongoDB backend.
- Backend:
cd backend && npm install && npm run dev - Frontend:
cd frontend && npm install && npm start
Learning project to demonstrate basic MERN integration.