About design and trade offs read the ADR.md
Visit at https://aeb-music-api.herokuapp.com
- Copy config/database.yml.example to config/database.yml and fill it with your development and test databases config
- Run the server with
$ bundle exec rerun -- puma --port 3000 config.ru
- The api is served on localhost:3000