Skip to content

mohmf/demo

Repository files navigation

How to run the project and tests

To run the project , execute the below command from the terminal inside the project folder:
mvn spring-boot:run
That will up docker compose along with th spring boot app

To generate coverage report, run the below in the terminal:
mvn clean test
That will run the tests and will generate coverage report using jacoco and will store it in: /target/site/jacoco/index.html

Project endpoints

The project has three endpoints protected with basic authentication using user:123.
There is a file: AppCollection.postman_collection which is a postman collection that can be imported

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages