/Atipera

Primary LanguageKotlin

Technologies

Execute

Clone the application:

git clone https://github.com/Eliathen/Atipera.git

Running tests:

./gradlew test

Run application:

./gradlew bootRun

API

Methods Urls Actions
GET /api/v1/repositories?username=[username] retrieve repositories with branches by username

Swagger docs

Run the server and browse to http://localhost:8080/api/v1/swagger-ui/index.html

Example

retrieve repositories example