Medvet
An open source system for vets
Install / Use
/learn @carlosribas/MedvetREADME
Django MedVet
The Django MedVet is an open veterinary system. Features ready to use:
- Patient and customer record;
- Consultation management (including exams and vaccines);
- Payment registration;
- Reports (vaccine booster list and services not paid).

Installation - local development
1 - Clone Git repository:
git clone https://github.com/carlosribas/medvet.git
2 - Run the app using Docker:
cd medvet
docker-compose up -d --build
docker-compose run web python manage.py migrate
docker-compose run web python manage.py createsuperuser
3- Optionally load some example data in:
Portuguese (you can edit it later by accessing localhost:8000/admin)
docker-compose run web python manage.py loaddata load_initial_data.json
Spanish (you can edit it later by accessing localhost:8000/admin)
docker-compose run web python manage.py loaddata load_initial_data-es_MX.json
4 - Open your browser and type localhost:8000
Docker Cheat Sheet
# stop the service
docker-compose stop
# connect to a running container
docker ps
docker exec -it <container_id> bash
Related Skills
node-connect
350.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
109.9kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
109.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
350.1kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
