Phase 1: Project scaffold

- Quarkus Maven project with all dependencies
- SQLite DatabaseService with DAO methods
- MusicBrainz REST client with DTOs
- ArtistService, ReleaseGroupService, CacheService, FeedService
- HTMX web controllers (ReleasesPage, ArtistsPage, ArtistController, FeedController, SettingsController)
- RSS feed builder using Rome library
- Qute templates with daisyUI theme switching
- Base layout with navbar, search, theme picker, settings modal
This commit is contained in:
droideparanoico
2026-07-02 15:29:16 +02:00
commit 83428152a1
26 changed files with 1646 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
target/
data/
*.db
*.db-journal
*.db-wal
*.db-shm
*.iml
.idea/
.vscode/
*.class
*.jar
*.log
.DS_Store