alejandrobabio / music-api

0 stars 1 forks source link

Music API

About design and trade offs read the ADR.md

Deploy

Visit at https://aeb-music-api.herokuapp.com

Development setup

  1. Copy config/database.yml.example to config/database.yml and fill it with your development and test databases config
  2. Run the server with $ bundle exec rerun -- puma --port 3000 config.ru
  3. The api is served on localhost:3000