# Full Stack FastAPI Template Templates, while typically come with a specific setup, are designed to be flexible and customizable. This allows you to modify and adapt them to your project's requirements, making them an excellent starting point. ๐Ÿ You can use this template to get started, as it includes a lot of the initial set up, security, database and some API endpoints already done for you. GitHub Repository: Full Stack FastAPI Template ## 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. - ๐Ÿš€ [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. - ๐Ÿ‹ [Docker Compose](https://www.docker.com) for development and production. - ๐Ÿ”’ Secure password hashing by default. - ๐Ÿ”‘ JWT token authentication. - ๐Ÿ“ซ Email based password recovery. - โœ… Tests with [Pytest](https://pytest.org). - ๐Ÿ“ž [Traefik](https://traefik.io) as a reverse proxy / load balancer. - ๐Ÿšข Deployment instructions using Docker Compose, including how to set up a frontend Traefik proxy to handle automatic HTTPS certificates. - ๐Ÿญ CI (continuous integration) and CD (continuous deployment) based on GitHub Actions.