This repository contains a source code of the Web application written using Java, Vaadin, JDBC and HSQLDB database. This Web application is a system of input and display information about the students of the Institute. The appearance of the application user interface is shown below.
Separately screenshots: main groups students add group add student
-
Run in the command line:
mvn package mvn jetty:runNote: to successful execution of the unit tests at step "mvn package" it is necessary that Jetty server was stopped before this step.
-
Open
http://localhost:8080in a web browser.
