|
|
@ -13,14 +13,14 @@ 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. |
|
|
- 🔍 [Pydantic](https://docs.pydantic.dev), used by FastAPI, for the data validation and settings management. |
|
|
- 💾 [PostgreSQL](https://www.postgresql.org) as the SQL database. |
|
|
- 💾 [PostgreSQL](https://www.postgresql.org) as the SQL database. |
|
|
- 🚀 [React](https://react.dev) for the frontend. |
|
|
- 🚀 [React](https://react.dev) for the frontend. |
|
|
- 💃 Using TypeScript, hooks, [Vite](https://vitejs.dev), and other parts of a modern frontend stack. |
|
|
- 💃 Using TypeScript, hooks, Vite, and other parts of a modern frontend stack. |
|
|
- 🎨 [Chakra UI](https://chakra-ui.com) for the frontend components. |
|
|
- 🎨 [Tailwind CSS](https://tailwindcss.com) and [shadcn/ui](https://ui.shadcn.com) for the frontend components. |
|
|
- 🤖 An automatically generated frontend client. |
|
|
- 🤖 An automatically generated frontend client. |
|
|
- 🧪 [Playwright](https://playwright.dev) for End-to-End testing. |
|
|
- 🧪 [Playwright](https://playwright.dev) for End-to-End testing. |
|
|
- 🦇 Dark mode support. |
|
|
- 🦇 Dark mode support. |
|
|
- 🐋 [Docker Compose](https://www.docker.com) for development and production. |
|
|
- 🐋 [Docker Compose](https://www.docker.com) for development and production. |
|
|
- 🔒 Secure password hashing by default. |
|
|
- 🔒 Secure password hashing by default. |
|
|
- 🔑 JWT token authentication. |
|
|
- 🔑 JWT (JSON Web Token) authentication. |
|
|
- 📫 Email based password recovery. |
|
|
- 📫 Email based password recovery. |
|
|
- ✅ Tests with [Pytest](https://pytest.org). |
|
|
- ✅ Tests with [Pytest](https://pytest.org). |
|
|
- 📞 [Traefik](https://traefik.io) as a reverse proxy / load balancer. |
|
|
- 📞 [Traefik](https://traefik.io) as a reverse proxy / load balancer. |
|
|
|