Kotlin Version 1.3.40 | JDK 11
- Java JDK 11 or 12
- Gradle 5.4.1
- PostgreSQL
- A user
postgreswith no password
- A user
- Create the db with
createdb tictactoe - From the project folder run
gradle build - Next, run
java -jar build/libs/tic_tac_toe.jar
How to run the tests:
- Create the test db with
createdb tictactoe_test - Run
gradle test