- Introduced CLAUDE.md for internal guidance on project structure, commands, and architecture. - Created README.md with detailed project overview, technology stack, directory structure, setup instructions, API endpoints, authentication flow, and external services.
23 lines
591 B
YAML
23 lines
591 B
YAML
nelmio_api_doc:
|
|
documentation:
|
|
info:
|
|
title: ClinicPro API
|
|
description: مستندات API سیستم کلینیکپرو
|
|
version: 1.0.0
|
|
components:
|
|
securitySchemes:
|
|
bearerAuth:
|
|
type: http
|
|
scheme: bearer
|
|
bearerFormat: JWT
|
|
security:
|
|
- bearerAuth: []
|
|
html_config:
|
|
assets_mode: bundle
|
|
areas:
|
|
default:
|
|
path_patterns:
|
|
- ^/api
|
|
- ^/oauth
|
|
- ^/health
|