/sw-cli

Um cliente para a Star Wars API

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

sw-cli

Um cliente para a Star Wars API (https://swapi.co/)

Como se aventurar

Clonar e executar projeto

$ git clone https://github.com/nettooe/sw-cli
$ cd sw-cli
$ ./mvnw clean install spring-boot:run

Em seguida, acesse:

http://localhost:8080/swagger-ui.html

Como executar a suíte de testes (TestNG)

Clonar e executar maven test

$ git clone https://github.com/nettooe/sw-cli
$ cd sw-cli
$ ./mvnw clean test