Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 425 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 425 Bytes

SpringWebApp

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.