marci314 / NBA-fantasy-app

Web application developed using Python's Bottle framework, PostgreSQL database, and HTML/CSS to manage an NBA fantasy league.
MIT License
0 stars 1 forks source link

NBA-fantasy-app

Description

The application is designed for playing NBA Fantasy Leagues. Upon the first use, the user registers and selects a team of players. These players earn points based on their real-life NBA performance. More points, assists, blocks, etc., mean a better score. If a player performs poorly, they can even receive negative points.

The goal of each user is to collect as many points as possible.

Statistical data on games and players are obtained from websites basketball-reference.com and NatStat.com.

ER diagram

Link to the ER diagrama.

Database Structure

List of tables in our database:

Application Usage Instructions

  1. Registration: After launching the application, register with a username, password, and name your fantasy team.
  2. Login: Log in with your username and password.
  3. Read the rules: Go to the "Rules" tab and read the basic rules and how the game works.
  4. Select players and a coach: Each user can select up to 5 players and one coach for their team. You can preview other users' teams and the game schedule to help make your decision.
  5. Select a time window: In the "Simulate Games" tab, set the time window in which you want to simulate the games.
  6. Review results: After the games are played, check the "View Standings" tab to see your fantasy team's ranking.

Web Access

Binder