Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

cd155/Blue-Jays-Stats-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stats website

The website displays MLB news, standings, team rosters and player statistics.

See the live demo at https://mlb.softifacts.com

Homepage

Show divisional standings and recent news stories.

Team page

Show current roster and player stats

Filter for different players

Show players based on their roles (eg: hitters, pitchers)

Player page

Show player history

Leaderboards

Show current statistical leaders (eg: HR, OPS, ERA, Strikeouts)

How to run this app

python virtual environment

  1. Clone the repository, then go to the root directory
cd assignment
  1. Run those commands
# Create a virtual environment folder
python -m venv .venv

# Activate virtual environment
source .venv/bin/activate

# install all required python packages
pip install -r requirements.txt
  1. Run the app in the local hoster

cd blueJays make sure you are in the project folder

python manage.py runserver

(If you use nixos, you can use nix-shell shell.nix)

About

Stats App: displays MLB news, standings, team rosters and player statistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published