This project is a simple Project Assignments Management System built with React and Vite for the frontend and Express and MongoDB for the backend. It displays a table of the latest 5 project assignments and supports sorting by various fields.
- Display latest 5 project assignments
- Sort table by Employee ID, Employee Name, Project Name, and Start Date
- Backend aggregation to combine data from multiple collections
- Material-UI for a stylish table UI
- Concurrently run backend and frontend servers
- Frontend: React, Vite, Material-UI
- Backend: Express, MongoDB, Mongoose
- Development Tools: Concurrently, Axios