An open API service indexing awesome lists of open source software.

https://github.com/gilluan/client-challenge


https://github.com/gilluan/client-challenge

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Desafio Platform Builders

### Requirements
- Java 8
- Docker
- Docker Compose

### Getting started
To run this project you can use docker-compose using the command:
```sh
mvn clean package && docker-compose up
```

### Testing
##### Using Postman
To test with postman you can import Client API.postman_collect.json file
##### Using Swagger-UI
Access the URL: http://localhost:8080/swagger-ui/#/

Enjoy!!!