Go to file
2022-01-28 10:18:50 -06:00
assets Add ping 2022-01-27 20:42:36 -05:00
config Add replica for global region support 2022-01-27 20:42:26 -05:00
lib send leaves and joines separated 2022-01-28 10:18:50 -06:00
priv Fix seekable songs 2022-01-27 14:41:37 -05:00
rel Add clustering with proxy file streaming 2022-01-27 09:36:04 -05:00
test update delete_song/1 test 2022-01-18 11:26:30 -06:00
.dockerignore Add latest phx.gen.docker files 2021-12-03 08:54:28 -05:00
.formatter.exs Make it so 🚀 2021-09-02 14:00:57 -04:00
.gitignore Test basic uploads 2021-12-14 15:19:03 -05:00
Dockerfile Add standalone tailwind 2022-01-07 13:42:04 -05:00
fly.toml Bump for latest gen.release 2021-12-08 13:07:39 -05:00
mix.exs Add clustering with proxy file streaming 2022-01-27 09:36:04 -05:00
mix.lock Add clustering with proxy file streaming 2022-01-27 09:36:04 -05:00
README.md Link directly to app creation page in README. 2021-11-16 12:30:06 -06:00

LiveBeats

Play music together with Phoenix LiveView!

Visit todo to try it out, or run locally:

  • Create a Github OAuth app from this page

    • Set the app homepage to http://localhost:4000 and Authorization callback URL to http://localhost:4000/oauth/callbacks/github
    • After completing the form, click "Generate a new client secret" to obtain your API secret
  • Export your GitHub Client ID and secret:

    export LIVE_BEATS_GITHUB_CLIENT_ID="..."
    export LIVE_BEATS_GITHUB_CLIENT_SECRET="..."
    
  • Install dependencies with mix deps.get

  • Create and migrate your database with mix ecto.setup

  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more