- Add docker-compose file for local dev
- Implemented top listeners for artist/album endpoints to match track
- Add recent endpoint
This commit is contained in:
Daniel Mason 2022-01-06 10:20:30 +13:00
parent 73bfa838ae
commit 3698c0b436
17 changed files with 398 additions and 35 deletions

View file

@ -0,0 +1 @@
CREATE DATABASE IF NOT EXISTS goscrobble;