A Kanban board stand alone application
The version of the software used must be the following ones :
- Java 11
- Gradle 6
From the terminal use the following command to launch the application
gradle run
From the terminal use the following command to run the unit tests
gradle test
From the terminal use the following command to run the integration tests
gradle integrationTest