SchooleApp is a study project for working with Java JDBC and H2 database and also manipulation data in tables
- Java 11
- H2 database
- JUnit 5
- Maven
- get clone: https://github.com/DennisYudin/SchoolApp.git
- build project in working dir: mvn clean install
- open terminal
- go to the dir with jar file and run command: java -jar SchoolApp-jar-with-dependencies.jar
- after that you should see welcome window like:

*Note that In project in-memory database was used and you dont need to do anything else .All database's tables will be created and populated with init data automatically
What we have:
- 200 unique students
- 10 unique groups
- 10 unique courses
