https://github.com/zagoli/votasanremo
Vote artists each evening of the Sanremo Music Festival
https://github.com/zagoli/votasanremo
elixir phoenix-liveview
Last synced: about 1 month ago
JSON representation
Vote artists each evening of the Sanremo Music Festival
- Host: GitHub
- URL: https://github.com/zagoli/votasanremo
- Owner: zagoli
- Created: 2024-04-23T13:11:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-02T13:42:46.000Z (4 months ago)
- Last Synced: 2026-03-02T14:52:57.805Z (4 months ago)
- Topics: elixir, phoenix-liveview
- Language: Elixir
- Homepage: https://votasanremo.zagoli.com
- Size: 685 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VotaSanremo
Code for [votasanremo.zagoli.com](votasanremo.zagoli.com).
This website allows you to vote for each artist every evening during the
[Sanremo Music Festival](https://en.wikipedia.org/wiki/Sanremo_Music_Festival) and view a live leaderboard.
It's a personal project, not affiliated with the Festival in any way.
I created it for my friends and to learn Elixir and Phoenix LiveView.
# Run locally
1. Install [Elixir](https://elixir-lang.org/install.html)
2. Install [PostgreSQL](https://www.postgresql.org/download/)
3. Clone `main` and cd in project directory
4. Run `mix ecto.setup`
5. Start the server with `mix phx.server`