Home

Call of Duty League

Problem

As a fan of the Call of Duty esports league, I was surprised by the ecosystem lacking key components that regular sports leagues enjoy. Finding information about your favorite athlete or team is not possible on the official website, something that has been standard for professional and collegiate sports for years.

Solution

Create a relational database and surface data in ways that fans expect

Current Progress

  • Created Postgres relational database with API endpoints using Node and NestJS
  • Created React admin frontend that connects to the APIs

Code