|
|
|
@ -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. |
|
|
|
|