https://github.com/axelclark/ex338
Web application to manage the 338 Challenge fantasy sports league
https://github.com/axelclark/ex338
elixir fantasy-league phoenix
Last synced: 4 months ago
JSON representation
Web application to manage the 338 Challenge fantasy sports league
- Host: GitHub
- URL: https://github.com/axelclark/ex338
- Owner: axelclark
- License: mit
- Created: 2016-07-08T22:17:14.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T21:19:30.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T12:02:53.515Z (almost 2 years ago)
- Topics: elixir, fantasy-league, phoenix
- Language: Elixir
- Homepage: https://the338challenge.com
- Size: 5.91 MB
- Stars: 19
- Watchers: 3
- Forks: 7
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ex338
A web application to manage the 338 Challenge Fantasy League built using [Elixir](https://elixir-lang.org/)
and [Phoenix](http://www.phoenixframework.org/). The 338 Challenge is a
fantasy sports league where you pick teams instead of players and get points
when your team wins its league championship.
The draft, waivers, and trades are accomplished through the website. The league
is set up to have multiple divisions (with relegation).
### Home Page

### List of Players

## Setup
To start your Phoenix server:
- Run `mix setup` to install and setup dependencies
- Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D