Full Stack Angular & Java Spring Boot
Employee Manager is a full stack web application built using Angular for the front end and Java Spring Boot as the back end.
Employee Manager allows users to manage information on personnels through Create, Read, Update, Delete (CRUD) operations. The employee profile is stored in a MySQL database. Adding an employee opens up a form for the user to enter the new employee's information. Once added, their information can be updated accordingly. If the employee's profile is no needed, their information can be simply deleted. The web application also supports searching by name to narrow down the list of employees dynamically as the user types the name.
The main goal of this project was to practice building full stack applications using Angular. Though I have some experience of Spring Boot at the time, this project acted as a way for me to continue to practice the technologies mentioned above.
A selection of my works