Requirements:
-
MySQL 5 or higher with a schema 'footgo'
-
Java 8 or higher
-
Maven 3 or higher
How to set up locally:
-
In directory src/main/resources/ copy file application.properties.example to the same directory with a name application.properties
-
In application.properties file specify your MySQL username and password
-
Additionally, you can specify your email login/password. You may need to set up your mail provider. Refer to https://support.google.com/accounts/answer/6010255?hl=en for example.
-
Execute 'mvn clean install -Dskip.tests=true' in root repository directory.
-
Run application with 'mvn spring-boot:run'