Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 351 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 351 Bytes

Spring Framework 5 REST API

API which allows you to manage CRUD functionalities.

Installation

To run API you have to clone the github project. Then open and start it in your IDE. Afterwards go to API documentation generated by Swagger.

http://localhost:8080/swagger-ui.html

Built With

  • Spring 5 MVC
  • Java 8
  • JUnit 4
  • Swagger