|
7 | 7 | ## Technology Stack and Features |
8 | 8 |
|
9 | 9 | - ⚡ [**FastAPI**](https://fastapi.tiangolo.com) for the Python backend API. |
10 | | - - 🧰 [SQLModel](https://sqlmodel.tiangolo.com) for the Python SQL database interactions (ORM). |
11 | | - - 🔍 [Pydantic](https://docs.pydantic.dev), used by FastAPI, for the data validation and settings management. |
12 | | - - 💾 [PostgreSQL](https://www.postgresql.org) as the SQL database. |
| 10 | + - 🧰 [SQLModel](https://sqlmodel.tiangolo.com) for the Python SQL database interactions (ORM). |
| 11 | + - 🔍 [Pydantic](https://docs.pydantic.dev), used by FastAPI, for the data validation and settings management. |
| 12 | + - 💾 [PostgreSQL](https://www.postgresql.org) as the SQL database. |
13 | 13 | - 🚀 [React](https://react.dev) for the frontend. |
14 | | - - 💃 Using TypeScript, hooks, Vite, and other parts of a modern frontend stack. |
15 | | - - 🎨 [Tailwind CSS](https://tailwindcss.com) and [shadcn/ui](https://ui.shadcn.com) for the frontend components. |
16 | | - - 🤖 An automatically generated frontend client. |
17 | | - - 🧪 [Playwright](https://playwright.dev) for End-to-End testing. |
18 | | - - 🦇 Dark mode support. |
| 14 | + - 💃 Using TypeScript, hooks, [Vite](https://vitejs.dev), and other parts of a modern frontend stack. |
| 15 | + - 🎨 [Tailwind CSS](https://tailwindcss.com) and [shadcn/ui](https://ui.shadcn.com) for the frontend components. |
| 16 | + - 🤖 An automatically generated frontend client. |
| 17 | + - 🧪 [Playwright](https://playwright.dev) for End-to-End testing. |
| 18 | + - 🦇 Dark mode support. |
19 | 19 | - 🐋 [Docker Compose](https://www.docker.com) for development and production. |
20 | 20 | - 🔒 Secure password hashing by default. |
21 | 21 | - 🔑 JWT (JSON Web Token) authentication. |
|
37 | 37 |
|
38 | 38 | [](https://github.com/fastapi/full-stack-fastapi-template) |
39 | 39 |
|
40 | | - |
41 | 40 | ### Dashboard - Dark Mode |
42 | 41 |
|
43 | 42 | [](https://github.com/fastapi/full-stack-fastapi-template) |
|
0 commit comments