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 offers developers a streamlined approach to building modern web applications. With its robust technology stack that integrates FastAPI for the backend, PostgreSQL for the database, and React for the frontend, this template is designed to simplify the development process. It's perfect for both beginners and seasoned developers looking for a reliable starting point to create scalable web applications.

This template combines the power of FastAPI's performance and ease of use with the flexibility of modern frontend technologies like TypeScript and Tailwind CSS. Additionally, it includes features for security, testing, and deployment, making it an all-in-one solution for developers aiming to build high-quality applications quickly and efficiently.

Features

  • FastAPI Backend: Utilizes FastAPI for a high-performance Python backend API that facilitates rapid development.
  • SQLModel ORM: Interacts smoothly with SQL databases, allowing for easy data manipulation and queries.
  • Data Validation: Pydantic ensures data validation and settings management, improving reliability in user input.
  • Frontend with React: Built with React and TypeScript, enabling dynamic and modern user interfaces.
  • Responsive Design: Tailwind CSS and shadcn/ui components ensure a visually appealing and responsive design out of the box.
  • End-to-End Testing: Playwright is included for comprehensive testing of user interactions across the application.
  • Authentication: Incorporates secure password hashing and JWT for safe user authentication and session management.
  • Docker Support: Simplifies setup and deployment through Docker Compose, ensuring consistent environments for development and production.
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.