ResourceEquipManager is a full-stack web application designed to manage heavy equipment and assign employees based on their skills and availability. Built with Angular, Spring Boot, and MongoDB, it streamlines operations for companies handling complex equipment-resource planning.
- Frontend: Angular
- Backend: Spring Boot (Java)
- Database: MongoDB (NoSQL)
- Build Tools: Maven
- Testing & Logging: JUnit, Log4j
- Create, update, and delete equipment records
- Categorize by type, status, maintenance needs
- Store attributes: name, type, purchase date, condition, etc.
- Add, edit, and remove employee profiles
- Track employee skills and certifications
- Assign employees to equipment based on qualifications
- Plan and manage task schedules
- Monitor employee availability
- Export data to XML for interoperability with external systems
cd backend/
./mvnw spring-boot:run