https://github.com/zagoli/votasanremo
Vote artists each evening of the Sanremo Music Festival
https://github.com/zagoli/votasanremo
elixir phoenix-liveview
Last synced: 3 months 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 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T09:23:54.000Z (3 months ago)
- Last Synced: 2025-02-12T10:29:42.976Z (3 months ago)
- Topics: elixir, phoenix-liveview
- Language: Elixir
- Homepage: https://votasanremo.zagoli.com
- Size: 485 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.
Unfortunately, my UI/UX skills are lacking, so it might not look very polished.# 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`