This is tamagotchi-like Java web-application with connection to MySQL database, where user can create a goose and interact with it.
Project is created with:
- Java version: 21.0.1
- Spring version: 6.1.2
Before running this project, you need to create database in your MySQL and edit goose-game-rest-api\src\main\resources\application.properties.
Application has few html pages:
- home.html is available to anyone
- registration.html with registration form
- login.html with form to log in registrated users
- pageForUsers.html is available to logged in users