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

https://github.com/ilhanyumer/contacts-api

REST API to manage your contacts
https://github.com/ilhanyumer/contacts-api

java rest rest-api restful-api spring-boot

Last synced: about 2 months ago
JSON representation

REST API to manage your contacts

Awesome Lists containing this project

README

          

# 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