Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

Β 

History

History
28 lines (23 loc) Β· 1.95 KB

File metadata and controls

28 lines (23 loc) Β· 1.95 KB

Full Stack FastAPI Template { #full-stack-fastapi-template }

Templates, while they 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 setup, security, database and some API endpoints already done for you.

GitHub Repository: Full Stack FastAPI Template

Full Stack FastAPI Template - Technology Stack and Features { #full-stack-fastapi-template-technology-stack-and-features }

  • ⚑ FastAPI for the Python backend API.
    • 🧰 SQLModel for the Python SQL database interactions (ORM).
    • πŸ” Pydantic, used by FastAPI, for the data validation and settings management.
    • πŸ’Ύ PostgreSQL as the SQL database.
  • πŸš€ React for the frontend.
    • πŸ’ƒ Using TypeScript, hooks, Vite, and other parts of a modern frontend stack.
    • 🎨 Tailwind CSS and shadcn/ui for the frontend components.
    • πŸ€– An automatically generated frontend client.
    • πŸ§ͺ Playwright for End-to-End testing.
    • πŸ¦‡ Dark mode support.
  • πŸ‹ Docker Compose for development and production.
  • πŸ”’ Secure password hashing by default.
  • πŸ”‘ JWT (JSON Web Token) authentication.
  • πŸ“« Email based password recovery.
  • βœ… Tests with Pytest.
  • πŸ“ž Traefik 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.