↿Home
Euphoria Draft

A fantasy team drafting website. Lets people draft players from a tournament to create their own team. Built using Python, Django and stores its data in a SQLite database.

Uses the Leaguepedia SQL API to fetch tournament data about teams, players and matches. Fetches the latest set of data every night, and uses this data to calculate per-game scores for each player based on their match statistics.

Displays this data on a website frontend, allowing users to draft teams, browse player scores, look at individual player stats, and compare their draft's total score against friends.