BCSAI · Flask Web App · Deployed on Azure
The ultimate place to discuss everything fantasy football — from a simple trade question to showing off your knowledge. See how people feel about players, hear the latest, and get the edge. Posts, flairs, comments, and a full JSON API.
↑ A scripted demo of the flair filter + search — filter the feed by tapping a flair or typing.
01 — What you get
Registration and login with password hashing and persistent sessions.
Create, edit, delete, and comment — tagged TRADE HELP, WAIVER WIRE, INJURY TALK, or OTHER.
Find posts fast and page through results via the JSON API.
Health checks and Prometheus-friendly metrics, with a lightweight fallback.
Optional Application Insights tracing via opencensus when available.
Build and run with Docker or Docker Compose; SQLite is created automatically.
02 — JSON API
A clean REST surface backs the forum — paginated search, single-post payloads, comments, per-flair stats, and a full export.
03 — Pages
/ Home — all posts, filter by flair/about Quick project summary/api-demo Search & download JSON in-browser/login · /register Create an account/post/new Publish a post/post/<id>/edit Edit or delete04 — Stack