Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 553 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 553 Bytes

Team Wheat - 4 members

A Kanban board stand alone application

Features

Support needed

The version of the software used must be the following ones :

  • Java 11
  • Gradle 6

Launch the Application

From the terminal use the following command to launch the application

gradle run

Test the application

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