Web application for staff management. The application consists of the client and server parts. The user must be authenticated to work with the application. Sending AJAX requests to add, delete, update information and process responses is implemented using jQuery. On the server, requests are handled by REST services using Spring MVC. Business logic data is stored in PostgreSQL, accessed through Hibernate.