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
- Host: GitHub
- URL: https://github.com/ilhanyumer/contacts-api
- Owner: ilhanyumer
- Created: 2020-10-19T06:52:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T10:40:46.000Z (about 3 years ago)
- Last Synced: 2025-07-29T10:52:24.834Z (11 months ago)
- Topics: java, rest, rest-api, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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