PoopyLoops is a silly little web service to collaborate on music playlists and vote for the most liked songs. Previously, I was using Excel spreadsheets for this, but it was dull and had a corporate smell.
This was built just for fun and to try out Phoenix LiveView.
PoopyLoops has the following features:
- Authentication using Google OAuth
- Updates to a playlist are broadcasted to clients using Phoenix.PubSub
- Playlist tracks are sorted based on reactions
- Playlists can be shared using a private link
- Impressive logo and design by alexyzhuk
To start your Phoenix server:
- Run
docker-compose up - Run
mix setupto install and setup dependencies - Run
mix ecto.migrateto apply DB migrations - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix