]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
πŸ“ Update tech stack in project generation docs (#14472)
authorAlejandra <90076947+alejsdev@users.noreply.github.com>
Mon, 8 Dec 2025 13:04:54 +0000 (14:04 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Dec 2025 13:04:54 +0000 (13:04 +0000)
docs/de/docs/project-generation.md
docs/en/docs/project-generation.md
docs/pt/docs/project-generation.md

index f830f0f4d68b4577398df0e48e12b8f3063b03ff..dd3c3b42769e502aa21067b06902ca069708503b 100644 (file)
@@ -14,7 +14,7 @@ GitHub-Repository: <a href="https://github.com/tiangolo/full-stack-fastapi-templ
     - πŸ’Ύ [PostgreSQL](https://www.postgresql.org) als SQL-Datenbank.
 - πŸš€ [React](https://react.dev) fΓΌr das Frontend.
     - πŸ’ƒ Verwendung von TypeScript, Hooks, [Vite](https://vitejs.dev) und anderen Teilen eines modernen Frontend-Stacks.
-    - πŸŽ¨ [Chakra UI](https://chakra-ui.com) fΓΌr die Frontend-Komponenten.
+    - πŸŽ¨ [Tailwind CSS](https://tailwindcss.com) und [shadcn/ui](https://ui.shadcn.com) fΓΌr die Frontend-Komponenten.
     - πŸ€– Ein automatisch generierter Frontend-Client.
     - πŸ§ͺ [Playwright](https://playwright.dev) fΓΌr End-to-End-Tests.
     - πŸ¦‡ UnterstΓΌtzung des Dunkelmodus.
index 44f058b90213801b15de41292fd13df1c0ee5bf8..610d23ccb1e71d33ed811db681e8d86216b987e3 100644 (file)
@@ -9,18 +9,18 @@ GitHub Repository: <a href="https://github.com/tiangolo/full-stack-fastapi-templ
 ## Full Stack FastAPI Template - Technology Stack and Features { #full-stack-fastapi-template-technology-stack-and-features }
 
 - βš‘ [**FastAPI**](https://fastapi.tiangolo.com) for the Python backend API.
-    - πŸ§° [SQLModel](https://sqlmodel.tiangolo.com) for the Python SQL database interactions (ORM).
-    - πŸ” [Pydantic](https://docs.pydantic.dev), used by FastAPI, for the data validation and settings management.
-    - πŸ’Ύ [PostgreSQL](https://www.postgresql.org) as the SQL database.
+  - πŸ§° [SQLModel](https://sqlmodel.tiangolo.com) for the Python SQL database interactions (ORM).
+  - πŸ” [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](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](https://playwright.dev) for End-to-End testing.
-    - πŸ¦‡ Dark mode support.
+  - πŸ’ƒ Using TypeScript, hooks, Vite, and other parts of a modern frontend stack.
+  - πŸŽ¨ [Tailwind CSS](https://tailwindcss.com) and [shadcn/ui](https://ui.shadcn.com) for the frontend components.
+  - πŸ€– An automatically generated frontend client.
+  - πŸ§ͺ [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.
-- πŸ”‘ JWT token authentication.
+- πŸ”‘ JWT (JSON Web Token) authentication.
 - πŸ“« Email based password recovery.
 - βœ… Tests with [Pytest](https://pytest.org).
 - πŸ“ž [Traefik](https://traefik.io) as a reverse proxy / load balancer.
index c2015dd2cf8707c37ac2ae1ef3d1893e1dcb18c2..9c4f1f1ecd9d94fdc523ad182ad44a45cce0f90a 100644 (file)
@@ -14,7 +14,7 @@ RepositΓ³rio GitHub: <a href="https://github.com/tiangolo/full-stack-fastapi-tem
     - πŸ’Ύ [PostgreSQL](https://www.postgresql.org) como banco de dados SQL.
 - πŸš€ [React](https://react.dev) para o frontend.
     - πŸ’ƒ Usando TypeScript, hooks, [Vite](https://vitejs.dev), e outras partes de uma _stack_ frontend moderna.
-    - πŸŽ¨ [Chakra UI](https://chakra-ui.com) para os componentes de frontend.
+    - πŸŽ¨ [Tailwind CSS](https://tailwindcss.com) e [shadcn/ui](https://ui.shadcn.com) para os componentes de frontend.
     - πŸ€– Um cliente frontend automaticamente gerado.
     - πŸ§ͺ [Playwright](https://playwright.dev) para testes Ponta-a-Ponta.
     - πŸ¦‡ Suporte para modo escuro.