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

https://github.com/certidevs/proyecto-nico

Spring Boot CRUD
https://github.com/certidevs/proyecto-nico

Last synced: 12 days ago
JSON representation

Spring Boot CRUD

Awesome Lists containing this project

README

          

* Song
* Long id
* String title
* Integer duration
* LocalDate releaseDate
* String artist;
* Integer popularity; // 0-100
* SongRepository
* SongService
* SongController
* templates/song-list.html
* templates/song-detail.html
* templates/song-form.html