McDonald's BOGO coupon tracker — FastAPI backend
This repository has been archived on 2026-05-18. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 99.4%
  • Mako 0.3%
  • Dockerfile 0.3%
Find a file
forgejo_admin 7d471452c5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: Prometheus instrumentation + business metrics (#25)
2026-03-24 20:38:21 +00:00
alembic feat: pre-seed McDonald's locations, query Postgres instead of Overpass (#21) 2026-03-18 16:54:43 +00:00
src/mcd_tracker_api feat: Prometheus instrumentation + business metrics (#25) 2026-03-24 20:38:21 +00:00
tests feat: Prometheus instrumentation + business metrics (#25) 2026-03-24 20:38:21 +00:00
.gitignore feat: scaffold FastAPI app with health endpoint, Dockerfile, and Woodpecker CI 2026-03-15 18:21:35 -06:00
.woodpecker.yaml feat: add SQLAlchemy models, Alembic migrations, and DB-backed health check (#3) 2026-03-16 01:37:51 +00:00
alembic.ini feat: add SQLAlchemy models, Alembic migrations, and DB-backed health check (#3) 2026-03-16 01:37:51 +00:00
Dockerfile feat: add SQLAlchemy models, Alembic migrations, and DB-backed health check (#3) 2026-03-16 01:37:51 +00:00
pyproject.toml feat: Prometheus instrumentation + business metrics (#25) 2026-03-24 20:38:21 +00:00
README.md Initial commit 2026-03-16 00:17:51 +00:00

mcd-tracker-api

McDonald's BOGO coupon tracker — FastAPI backend