/aves

Football match maker for meetups

Primary LanguageJavaScript

Aves

Functionality

  1. Maintenance of matches.
  2. Maintenance of players.
  3. View of player: personal info, matches info, prizes.
  4. Comparison between players
  • Individual stats: games played, games lost, games won
  • Linked stats: who won more between 2 players
  1. Reports:
  • Most MVP
  • Most Pichichi
  • Last MVP
  • Last Pichichi

Structure of the project

  1. server/api: Python (FastAPI, SQLAlchemy, PostgreSQL)
  2. web: Next.js