All Projects → axelclark → ex338

axelclark / ex338

Licence: MIT License
Web application to manage the 338 Challenge fantasy sports league

Programming Languages

elixir
2628 projects
HTML
75241 projects

Projects that are alternatives of or similar to ex338

hadoop-data-ingestion-tool
OLAP and ETL of Big Data
Stars: ✭ 17 (+6.25%)
Mutual labels:  phoenix
elixir cluster
Distributed Elixir Cluster on Render with libcluster and Mix Releases
Stars: ✭ 15 (-6.25%)
Mutual labels:  phoenix
accent
Dynamically convert the case of your JSON API keys
Stars: ✭ 27 (+68.75%)
Mutual labels:  phoenix
np-flink
flink详细学习实践
Stars: ✭ 26 (+62.5%)
Mutual labels:  phoenix
opensubs.io
💸 Track recurring bills and subscriptions
Stars: ✭ 37 (+131.25%)
Mutual labels:  phoenix
BearNecessities
Multiplayer bear game with Phoenix Live View
Stars: ✭ 19 (+18.75%)
Mutual labels:  phoenix
mishka-cms
MishkaCms an open source and real time API base CMS Powered by Elixir and Phoenix
Stars: ✭ 37 (+131.25%)
Mutual labels:  phoenix
log viewer
An Web based Log Viewer for Elixir and Phoenix
Stars: ✭ 57 (+256.25%)
Mutual labels:  phoenix
curious messenger
Companion repository for Phoenix LiveView Messenger app by Curiosum.dev. Part 1: https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-1?utm_source=github&utm_medium=social, Part 2: https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-2?utm_source=github&utm_medium=social, Part 3: https://curiosum.dev/blog/elixir-phoenix-l…
Stars: ✭ 30 (+87.5%)
Mutual labels:  phoenix
petal components
Phoenix Live View Components
Stars: ✭ 138 (+762.5%)
Mutual labels:  phoenix
pryin
PryIn is an Application Performance Monitoring platform for your Elixir/Phoenix application.
Stars: ✭ 25 (+56.25%)
Mutual labels:  phoenix
ecto generator
Generate Ecto schemas from existing database in Phoenix - Elixir
Stars: ✭ 20 (+25%)
Mutual labels:  phoenix
one plus n detector
Elixir library to help you detect 1+n queries in applications using Ecto
Stars: ✭ 20 (+25%)
Mutual labels:  phoenix
phoenix oauth2 provider
Get an OAuth 2 provider running in your phoenix with controllers, views and models in just two minutes
Stars: ✭ 72 (+350%)
Mutual labels:  phoenix
plug rails cookie session store
Rails compatible Plug session store
Stars: ✭ 93 (+481.25%)
Mutual labels:  phoenix
easy podcasts
Agregador de podcasts y convertidor de audio para cubanos
Stars: ✭ 28 (+75%)
Mutual labels:  phoenix
Claymore-nodevfee-Linux
The first Linux ETH miner with nodevfee or devfee removed/市面上第一个基于Linux的ETH反抽水软件!
Stars: ✭ 11 (-31.25%)
Mutual labels:  phoenix
phoenix-config
My personal Phoenix (kasper/phoenix) configuration, written in TypeScript
Stars: ✭ 26 (+62.5%)
Mutual labels:  phoenix
phoenix bakery
Better compression for your Phoenix assets
Stars: ✭ 25 (+56.25%)
Mutual labels:  phoenix
game of life-elixir
An implementation of Conway's Game of Life in Elixir
Stars: ✭ 22 (+37.5%)
Mutual labels:  phoenix

Ex338

A web application to manage the 338 Challenge Fantasy League built using Elixir and Phoenix. 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

Home Page



List of Players

Players Page

Setup

To start the app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Add db seeds with mix run priv/repo/seeds.exs
  • Add user seeds with mix run priv/repo/user_seeds.exs
  • Add development seeds with mix run priv/repo/dev_seeds.exs
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].