No description
Find a file
Joao P Dubas 78e35ded8e
feat: upgrade deps and deps of deps
* `castore` from 1.0.7 to 1.0.9
* `ecto` from 3.11.2 to 3.12.4
* `ecto_sql` from 3.11.3 to 3.12.1
* `esbuild` from 0.8.1 to 0.8.2
* `finch` from 0.18.0 to 0.19.0
* `flame` from 0.2.0 to 0.5.1
* `floki` from 0.36.2 to 0.36.3
* `gettext` from 0.24.0 to 0.26.1
* `heroicons` from 0.5.5 to 0.5.6
* `jason` from 1.4.1 to 1.4.4
* `libcluster` from 3.3.3 to 3.4.1
* `mint` from 1.6.1 to 1.6.2
* `phoenix_ecto` from 4.6.1 to 4.6.3
* `phoenix_live_dashboard` from 0.8.3 to 0.8.4
* `plug_cowboy` from 2.7.1 to 2.7.2
* `postgrex` from 0.18.0 to 0.19.2
* `req` from 0.5.0 to 0.5.1
* `swoosh` from 1.16.9 to 1.17.2
* `tailwind` from 0.2.3 to 0.2.4
* `telemetry` from 1.2.1 to 1.3.0
2024-10-29 23:29:21 +00:00
assets Fix a couple bugs 2024-06-04 17:27:51 -04:00
config Fix a couple bugs 2024-06-04 17:27:51 -04:00
lib chore: autoformat in action 2024-06-20 16:59:40 +00:00
priv Updates for LiveView 1.0-rc 2024-06-04 09:45:35 -04:00
rel Updates for LiveView 1.0-rc 2024-06-04 09:45:35 -04:00
test Finish 1.7 upgrade with ~p 2022-11-17 15:36:58 -05:00
.dockerignore Add latest phx.gen.docker files 2021-12-03 08:54:28 -05:00
.formatter.exs Add heex formatter 2022-03-18 11:13:29 -04:00
.gitignore Test basic uploads 2021-12-14 15:19:03 -05:00
.tool-versions feat: upgrade erlang and elixir 2024-10-29 23:10:02 +00:00
Dockerfile feat: upgrade erlang and elixir 2024-10-29 23:10:02 +00:00
fly.toml Updates for LiveView 1.0-rc 2024-06-04 09:45:35 -04:00
LICENSE.md Add license 2022-02-02 08:26:25 -05:00
mix.exs feat: upgrade deps and deps of deps 2024-10-29 23:29:21 +00:00
mix.lock feat: upgrade deps and deps of deps 2024-10-29 23:29:21 +00:00
README.md Add license 2022-02-02 08:26:25 -05:00

LiveBeats

Play music together with Phoenix LiveView!

Visit livebeats.fly.dev 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