https://github.com/gilluan/client-challenge
https://github.com/gilluan/client-challenge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gilluan/client-challenge
- Owner: gilluan
- Created: 2020-10-30T21:51:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-04T15:21:01.000Z (over 4 years ago)
- Last Synced: 2025-01-21T23:31:33.176Z (5 months ago)
- Language: Java
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!!!