This web application focuses on MLB pitchers and aims to display useful statistical information and highlights.
First, rename .env copy to .env.
Run:
openssl rand -base64 48Next, copy and paste the openssl return value in SECRET_KEY in .env
Finally, fill out the keys with the proper values.
pip-tools - Setup Dev Environment
pip-sync setup/requirements.txt setup/development/requirements.txtpre-commit - Fixes all formating/lint issues
bash scripts/pre-commit-fix.shSQLAlchemy - Manual migrations run
alembic revision -m "Create player table"pytest - Run test locally
bash scripts/run-pytest.shThis web application and its author are not affiliated with MLB or any MLB team. Use of MLB data is subject to the notice posted at http://gdx.mlb.com/components/copyright.txt.