en un clic
buscamedicos
buscamedicos contient 10 skills collectées depuis chris78rey, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Authentication patterns for BuscaMedicos web frontend. JWT handling, login, register, session persistence, and role-based redirection.
Nuxt 4 + Vue 3 + Vuetify frontend for BuscaMedicos. Pages, layouts, components, composables, and stores patterns.
Git add, commit and push workflow for BuscaMedicos. Streamlined commands with CI env vars for non-interactive Git operations.
Alembic migration workflow for BuscaMedicos. Create, autogenerate, and run migrations following the step2-step8 architecture.
Testing patterns for BuscaMedicos. Pytest with async support, fixtures, and project-specific test conventions.
Docker Compose development workflow for BuscaMedicos. Start/stop/verify containers, check logs, rebuild with --build flag.
Error handling patterns for BuscaMedicos FastAPI. HTTPException, custom exceptions, and consistent error response format.
FastAPI router creation pattern for BuscaMedicos. 30+ routers with consistent structure, auth, and error handling.
Pydantic v2 schema creation for BuscaMedicos. Request/response models, validation, and step-based schema organization.
SQLAlchemy model creation for BuscaMedicos. Step-architecture pattern (step2-step8), async sessions, and model conventions.