Best of FastAPIJuly 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    FastAPI Tutorial – How to Develop, Test, and Deploy APIs

    FastAPI is a sleek and high-performance web framework for constructing Python APIs. We'll create a Python backend system using FastAPI, a fast web framework, and a MongoDB database for course information storage and retrieval. The system will allow users to access course details, view chapters, rate individual chapters, and aggregate ratings.

  2. 2
    Article
    Avatar of kdnuggetsKDnuggets·3y

    GPT-Engineer: Your New AI Coding Assistant

    GPT-Engineer is an AI-powered application builder that generates codebases from project descriptions. It's a game-changer in the world of AI-assisted development. It can help you build a simple snake game, including a simple key-value database.

  3. 3
    Article
    Avatar of permitioPermit.io·3y

    How to Implement RBAC Authorization in FastAPI

    How to implement authorization in FastAPI applications with Permit.io, a permission management system. Follow a step-by-step guide using RBAC and ABAC. FastAPI experienced exponential growth lately among Python application developers. We will go step by step in building an authorization layer into a FastAPI application.