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

https://github.com/mateusfs99/alticci-springboot

Spring Boot API of the Alticci application.
https://github.com/mateusfs99/alticci-springboot

java spring-boot swagger-ui

Last synced: 30 days ago
JSON representation

Spring Boot API of the Alticci application.

Awesome Lists containing this project

README

          

Alticci - Spring Boot API

## About 🎯

Spring Boot API of the Alticci application. The endpoint http://localhost:8080/alticci/{n} it's available to ``GET`` the alticci sequence, ``{n}`` it's the number of the last number position os the sequence.

The API has been documented using Swagger UI. After starting the application, the endpoint http://localhost:8080/v2/api-docs will be available and bringing the documentation in JSON format. For better viewing, the user-friendly interface provided by the library can be used to view the documentation. Documentation will be available at url http://localhost:8080/swagger-ui/index.html

## Technologies 💻

![SpringBoot](https://img.shields.io/badge/Spring-6DB33F?style=for-the-badge&logo=spring&logoColor=white)
![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white)
![Postman](https://img.shields.io/badge/postman-FF6C37?style=for-the-badge&logo=postman&logoColor=white)

## License ®️

[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)