MedTracker is a Rails application for safe medication tracking across prescriptions and non-prescription medicines, with auditability and care-team support.
- Prescription and person-medicine tracking
- Dose recording with timing and daily-limit safeguards
- Carer-to-dependent relationship support
- Role-based access control
- Audit trail for safety-critical changes
- Ruby on Rails
- PostgreSQL
- Hotwire (Turbo + Stimulus) + Phlex
- RSpec + Capybara/Playwright
- Docker Compose + Taskfile workflows
git clone https://github.com/damacus/med-tracker.git
cd med-tracker
task dev:up
task dev:seedOpen http://localhost:3000.
task testPublished docs: https://damacus.github.io/med-tracker/
Key pages:
pip install -r requirements.txt
task docs:serve