/contacts

Contacts PoC

Primary LanguageJavaMIT LicenseMIT

PoC Contacts

Project Status

Repository created to practice concepts of Hexagonal Architecture and Git Flow with the development team.

Requirements

docker

Installation

$ docker-compose up -d

Usage

Swagger: http://localhost:8080

$ curl -X GET "http://localhost:8080/contacts" -H  "accept: application/json"
$ curl -X POST "http://localhost:8080/contacts" -H  "accept: application/json" -H  "Content-Type: application/json" -d "{\"name\":\"John Conor\",\"phone\":\"5591980563029\",\"email\":\"jconor@gmail.com\"}"

Running Tests

$ (cd application && ./mvnw clean test)

Tech Stack

docker java springboot aws

Reference

Feedback

If you have any feedback, please contact me at raphaeldias.ti@gmail.com

github linkedin