mirror of https://github.com/tiangolo/fastapi.git
📝 Adding links for Playwright and Vite in `docs/project-generation.md` (#12274)
This commit is contained in:
parent
a681aeba6d
commit
c93810e097
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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): 개발 환경과 프로덕션(운영).
|
||||
- 🔒 기본으로 지원되는 안전한 비밀번호 해싱.
|
||||
|
|
|
|||
|
|
@ -13,10 +13,10 @@
|
|||
- 🔍 [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) 用于开发环境和生产环境。
|
||||
- 🔒 默认使用密码哈希来保证安全。
|
||||
|
|
|
|||
Loading…
Reference in New Issue