Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
/ assignment Public archive

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

Notifications You must be signed in to change notification settings

cd155/assignment

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