Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 270 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 270 Bytes

Contacts API

This is a simple REST API to manage your contacts.

Documentation

The REST API documentation is available at http://localhost:8080/swagger-ui.html

Technologies

  • Spring Boot 2.3
  • Java 11
  • PostgreSQL 10
  • SpringFox 2.9
  • Lombok
  • Maven
  • JUnit