]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Adding links for Playwright and Vite in `docs/project-generation.md` (#12274)
authorKayque Govetri <59173212+kayqueGovetri@users.noreply.github.com>
Fri, 4 Oct 2024 11:16:34 +0000 (08:16 -0300)
committerGitHub <noreply@github.com>
Fri, 4 Oct 2024 11:16:34 +0000 (13:16 +0200)
docs/en/docs/project-generation.md
docs/es/docs/project-generation.md
docs/ko/docs/project-generation.md
docs/zh/docs/project-generation.md

index 61459ba53b3f85c7b8defbbff494598b2b4e67c1..665bc54f9cdf9edc2694be2664777a2e11d60267 100644 (file)
@@ -13,10 +13,10 @@ GitHub Repository: <a href="https://github.com/tiangolo/full-stack-fastapi-templ
     - 🔍 [Pydantic](https://docs.pydantic.dev), used by FastAPI, for the data validation and settings management.
     - 💾 [PostgreSQL](https://www.postgresql.org) as the SQL database.
 - 🚀 [React](https://react.dev) for the frontend.
-    - 💃 Using TypeScript, hooks, Vite, and other parts of a modern frontend stack.
+    - 💃 Using TypeScript, hooks, [Vite](https://vitejs.dev), and other parts of a modern frontend stack.
     - 🎨 [Chakra UI](https://chakra-ui.com) for the frontend components.
     - 🤖 An automatically generated frontend client.
-    - 🧪 Playwright for End-to-End testing.
+    - 🧪 [Playwright](https://playwright.dev) for End-to-End testing.
     - 🦇 Dark mode support.
 - 🐋 [Docker Compose](https://www.docker.com) for development and production.
 - 🔒 Secure password hashing by default.
index 63febf1aefdce45d2eee0ab8089138f16e0e574f..6aa57039779f646e2e60705bc1e4bd0d813aea8a 100644 (file)
@@ -13,10 +13,10 @@ Repositorio en GitHub: [Full Stack FastAPI Template](https://github.com/tiangolo
     - 🔍 [Pydantic](https://docs.pydantic.dev), utilizado por FastAPI, para la validación de datos y la gestión de configuraciones.
     - 💾 [PostgreSQL](https://www.postgresql.org) como la base de datos SQL.
 - 🚀 [React](https://react.dev) para el frontend.
-    - 💃 Usando TypeScript, hooks, Vite y otras partes de un stack de frontend moderno.
+    - 💃 Usando TypeScript, hooks, [Vite](https://vitejs.dev) y otras partes de un stack de frontend moderno.
     - 🎨 [Chakra UI](https://chakra-ui.com) para los componentes del frontend.
     - 🤖 Un cliente frontend generado automáticamente.
-    - 🧪 Playwright para pruebas End-to-End.
+    - 🧪 [Playwright](https://playwright.dev) para pruebas End-to-End.
     - 🦇 Soporte para modo oscuro.
 - 🐋 [Docker Compose](https://www.docker.com) para desarrollo y producción.
 - 🔒 Hashing seguro de contraseñas por defecto.
index 019919f776c87a07415a0ced0ec3c7bd6f591607..dd11fca7030f5a0633fd800783411e0a7fd5f281 100644 (file)
@@ -13,10 +13,10 @@ GitHub 저장소: <a href="https://github.com/tiangolo/full-stack-fastapi-templa
     - 🔍 [Pydantic](https://docs.pydantic.dev): FastAPI에 의해 사용되는, 데이터 검증과 설정관리.
     - 💾 [PostgreSQL](https://www.postgresql.org): SQL 데이터베이스.
 - 🚀 [React](https://react.dev): 프론트엔드.
-    - 💃 TypeScript, hooks, Vite 및 기타 현대적인 프론트엔드 스택을 사용.
+    - 💃 TypeScript, hooks, [Vite](https://vitejs.dev) 및 기타 현대적인 프론트엔드 스택을 사용.
     - 🎨 [Chakra UI](https://chakra-ui.com): 프론트엔드 컴포넌트.
     - 🤖 자동으로 생성된 프론트엔드 클라이언트.
-    - 🧪 E2E 테스트를 위한 Playwright.
+    - 🧪 E2E 테스트를 위한 [Playwright](https://playwright.dev).
     - 🦇 다크 모드 지원.
 - 🐋 [Docker Compose](https://www.docker.com): 개발 환경과 프로덕션(운영).
 - 🔒 기본으로 지원되는 안전한 비밀번호 해싱.
index 9b37355398de7acea73237d37d82c48f5a2ba638..48eb990df3a1d836a2962fed7bab92eb8efa11c7 100644 (file)
     - 🔍 [Pydantic](https://docs.pydantic.dev) FastAPI的依赖项之一,用于数据验证和配置管理。
     - 💾 [PostgreSQL](https://www.postgresql.org) 作为SQL数据库。
 - 🚀 [React](https://react.dev) 用于前端。
-    - 💃 使用了TypeScript、hooks、Vite和其他一些现代化的前端技术栈。
+    - 💃 使用了TypeScript、hooks、[Vite](https://vitejs.dev)和其他一些现代化的前端技术栈。
     - 🎨 [Chakra UI](https://chakra-ui.com) 用于前端组件。
     - 🤖 一个自动化生成的前端客户端。
-    - 🧪 Playwright用于端到端测试。
+    - 🧪 [Playwright](https://playwright.dev)用于端到端测试。
     - 🦇 支持暗黑主题(Dark mode)。
 - 🐋 [Docker Compose](https://www.docker.com) 用于开发环境和生产环境。
 - 🔒 默认使用密码哈希来保证安全。