Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 505 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 505 Bytes

formacao

Java and Spring Boot backend project to present in some workshops as a introduction to Web Application development. A simple API to create playlists.

Run:

mvn package
java -jar target/demo-0.0.1-SNAPSHOT.jar

or

mvn spring-boot:run

To test it with Insomnia import this file.

API documentation available at http://localhost:8080/demo/api/index.html, enter /demo/api/docs and click explore.