Serving a Machine Learning Model with FastAPI and Streamlit
This tutorial looks at how to serve up a style transfer machine learning model with FastAPI and Streamlit.
View ArticleBuilding a CRUD App with FastAPI and MongoDB
This tutorial looks at how to develop an asynchronous API with FastAPI and MongoDB.
View ArticleDeploying a FastAPI Application to Elastic Beanstalk
This tutorial shows how to deploy a FastAPI Application to AWS Elastic Beanstalk.
View ArticleMoving from Flask to FastAPI
This article, which is aimed for those interested in moving from Flask to FastAPI, compares and contrasts common patterns in both Flask and FastAPI.
View ArticleDeveloping a Single Page App with FastAPI and React
In this tutorial, you'll be building a CRUD app with FastAPI and React.
View ArticleBuilding a CRUD App with FastAPI, MongoDB, and Beanie
This tutorial looks at how to develop an asynchronous API with FastAPI, MongoDB, and Beanie.
View ArticleUsing Hypothesis and Schemathesis to Test FastAPI
This article looks at how property-based testing via Hypothesis and Schemathesis can be used to test FastAPI.
View ArticleDeveloping and Testing an Asynchronous API with FastAPI and Pytest
This tutorial looks at how to develop and test an asynchronous API with FastAPI, Postgres, pytest, and Docker using Test-driven Development (TDD).
View ArticleDeveloping a Single Page App with FastAPI and Vue.js
The following is a step-by-step walkthrough of how to set up a basic CRUD app with Vue and FastAPI.
View ArticleMulti-Region Python Applications
This article shows at how to enable multi-region support in a Python application.
View ArticleIntegrating the Masonite ORM with FastAPI
This tutorial looks at how to use the Masonite ORM with FastAPI.
View ArticleSecuring FastAPI with JWT Token-based Authentication
This tutorial shows how to secure a FastAPI application with JWT Token-based Authentication.
View ArticleDockerizing FastAPI with Postgres, Uvicorn, and Traefik
This tutorial details how to configure FastAPI to run on Docker along with Postgres, Uvicorn, Traefik, and Let's Encrypt.
View ArticleWeb Authentication Methods Compared
This article looks at the most commonly used web authentication methods.
View ArticleDeveloping an API with FastAPI and GraphQL
In this tutorial, you'll learn how to build a CRUD app with FastAPI and GraphQL.
View ArticleAsynchronous Tasks with FastAPI and Celery
This tutorial looks at how to configure Celery to handle long-running tasks in a FastAPI app.
View ArticleDeploying and Hosting a Machine Learning Model with FastAPI and Heroku
This tutorial looks at how to deploy a machine learning model, for predicting stock prices, into production on Heroku as a RESTful API using FastAPI.
View ArticleFastAPI with Async SQLAlchemy, SQLModel, and Alembic
This tutorial looks at how to configure SQLAlchemy, SQLModel, and Alembic to work with FastAPI asynchronously.
View Article