A music collection app for organizing and rating albums. Search for music, build collections and track your thoughts on each album. Designed for mobile.
- React, Tailwind, shadcn/ui, Lucide, Vite
- ASP.NET Core, Entity Framework
- PostgreSQL
- MusicBrainz API
# db
docker compose up -d
# backend
cd backend
dotnet watch run
# frontend
cd frontend
npm install
npm run dev