A web application to manage the 338 Challenge Fantasy League built with Elixir and Phoenix.
The 338 Challenge is a fantasy sports league where you pick teams instead of players and earn points when your team wins its league championship. The draft, waivers, and trades are all managed through the website. The league supports multiple divisions with relegation.
- Language: Elixir 1.18 / OTP 27
- Framework: Phoenix with LiveView
- Database: PostgreSQL
- Hosting: Render
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server - Visit
localhost:4000from your browser
Please see CONTRIBUTING.md for current contribution guidelines.

