Best of FastAPINovember 2024

  1. 1
    Video
    Avatar of TechWithTimTech With Tim·1y

    How to Create a FastAPI & React Project - Python Backend + React Frontend

    A comprehensive guide to connecting a FastAPI backend with a React frontend from scratch. It addresses common issues such as CORS errors and provides a step-by-step walkthrough for setting up and testing the integration. Advanced features like user authentication and authorization using JWT tokens are also discussed, with a detailed example available in a GitHub repository.

  2. 2
    Article
    Avatar of collectionsCollections·1y

    Flutter Full Stack Tutorial – Spotify Clone with MVVM Architecture, Python, FastAPI, and Riverpod

    Learn to build a fully functional Spotify clone using Flutter for the front end and FastAPI for the backend, following the MVVM architecture. The tutorial covers advanced topics including user authentication, background music playback, and data persistence with PostgreSQL, along with efficient state management using Riverpod.

  3. 3
    Article
    Avatar of pyimagesearchPyImageSearch·2y

    Enhancing GitHub Actions CI for FastAPI: Build, Test, and Publish

    This tutorial enhances the GitHub Actions CI pipeline for FastAPI applications by guiding through the building, testing, and publishing stages. It is part of a series focused on automating essential CI steps for Python projects. The guide covers development environment configuration, project structure setup, and detailed build-and-test job using PyTest for testing and Flake8 for linting. It also includes steps for publishing test results and creating release packages, aiming to optimize the CI/CD pipeline for streamlined FastAPI deployment.