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:
- Quick Start
- Glossary
- LLM Context Index (llms.txt)
- Kubernetes User Seeding
- Carer Onboarding: First Dose
- Testing
- Design
- User Management
pip install -r requirements.txt
task docs:serve