Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T19:52:13.000Z (2 months ago)
- Last Synced: 2024-10-28T00:13:37.576Z (2 months ago)
- Topics: elixir, phoenix-liveview
- Language: Elixir
- Homepage: https://votasanremo.zagoli.com
- Size: 347 KB
- Stars: 0
- 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 run `mix phx.server`