This project is used to run a family and friends NFL Survivor League. The league was originally managed using email and Excel. The first version of the application was written in Python, Flask, and used MongoDB. The second version switched to using Postgres and raw SQL queries, but continued to use Flask. This version, technically the third, but with the original name, is a ground up rewrite using Django and leveraging Django's ORM.
On July 22, 2024, I restarted the git history for the public repo and archived the original repo.
- Runs on a single Linode running Debian Linux
- Deployed with a simple deploy script