Exercise Beats Diabetes
Living with type 2 diabetes? We're investigating how structured exercise can improve blood sugar, confidence, and day-to-day health through the BEAT-D clinical trial.
You may be eligible to participate if you:
- Have been diagnosed with type 2 diabetes.
- Own a smartwatch capable of measuring heart rate.
- Want to learn how exercise may support better long-term health.
This first pass keeps the page fully server-rendered and ready for real brand assets, participant photography, and enrollment workflows.
Razor Pages foundation
The app now targets a server-rendered page model instead of Blazor, which keeps the frontend simpler and aligns with your preferred stack.
EF Core with MySQL
The web project is being shifted toward Pomelo and a MySQL-first setup so Identity and app data can live together in one EF-backed database.
Worker-ready architecture
Background processing is being split out into a separate worker project so scheduled or queued jobs don't need to live inside the web host.