This is a Phoenix LiveView app that allows users to search for bands in the Philadelphia area.
To setup the app locally:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
There is a job that will call the API on WXPN's site and populate the database with the results. After you start the server with iex -S mix phx.server, run the job like this:
PhillyBands.Events.FetchJob.run