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.