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
- Host: GitHub
- URL: https://github.com/certidevs/proyecto-nico
- Owner: certidevs
- Created: 2026-06-02T16:50:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-15T17:20:28.000Z (21 days ago)
- Last Synced: 2026-06-15T17:22:00.672Z (21 days ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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