Full Stack Fastapi Template

screenshot of Full Stack Fastapi Template
react
chakra-ui

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

Overview:

The Full Stack FastAPI Template is a comprehensive tech stack consisting of FastAPI, SQLModel, Pydantic, PostgreSQL, React, TypeScript, Vite, Chakra UI, and more. It provides features like automatic frontend client generation, dark mode support, secure password hashing, JWT token authentication, and CI/CD with GitHub Actions.

Features:

  • FastAPI Backend: Utilizes FastAPI for the Python backend API.
  • SQLModel ORM: Uses SQLModel for Python SQL database interactions.
  • Pydantic Validation: Implements Pydantic for data validation and settings management.
  • PostgreSQL Database: Utilizes PostgreSQL as the SQL database.
  • React Frontend: Incorporates React for the frontend.
  • Modern Frontend Stack: Includes TypeScript, hooks, Vite, and other modern technologies.
  • Chakra UI: Uses Chakra UI for frontend components.
  • Dark Mode: Provides support for dark mode.
  • Docker Compose: Uses Docker Compose for development and production environments.
  • Secure Authentication: Implements secure password hashing and JWT token authentication.
  • Email-Based Password Recovery: Supports password recovery via email.
  • Testing with Pytest: Includes tests with Pytest.
  • Traefik Reverse Proxy: Utilizes Traefik as a reverse proxy/load balancer.
  • CI/CD with GitHub Actions: Includes continuous integration and deployment setups with GitHub Actions.

Summary:

The Full Stack FastAPI Template offers a robust tech stack for developing web applications, combining the power of FastAPI for the backend and React for the frontend. With features like automatic frontend client generation, dark mode support, and secure authentication, it provides a solid foundation for building modern web applications. The template also includes detailed instructions for installation, configuration, and customization, catering to developers looking to kickstart their projects efficiently.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

chakra-ui
Chakra UI

Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.