#Dextra - Simple Authentication Sample
To test the application, you can use:
./gradlew check
With this command:
- all style validations will be performed
- all unit and integration tests will be performed
- a report of tests performed will be available at: ./build/reports/tests/test/index.html
- a test coverage report will be available at: ./build/reports/jacoco/test/html/index.html
- a quality code report will be available at: ./build/reports/detekt/detekt.html
To build the the application, you can use:
- Run
./gradlew build
to build the application
-
Make sure you have JDK 11 on your JAVA_HOME env
-
Run API with Gradle:
./gradlew bootRun
API will be available in http://localhost:8080
You can check the API documentation in http://localhost:8080/swagger-ui.html