9 posts tagged with "fastapi"
Developing and Deploying a Helm Chart Application in Okteto
Deploying applications in Kubernetes can be complicated. Even the simplest application could require creating a series of interdependent components (e.g.,...
Building a FastAPI Application with Okteto - Part 4 - Preview Environments
Welcome back to our video series - Building a FastAPI Application with Okteto. This is Part 4: Preview Environments. In this video, you’ll learn how to...
Building a FastAPI Application with Okteto - Part 3 - Database
Welcome back to our video series - Building a FastAPI Application with Okteto. This is Part 3: Database. In this video, you’ll learn how to add HTTP routes...
Building a FastAPI Application with Okteto - Part 1 - Getting Started
Welcome back to our video series - Building a FastAPI Application with Okteto. This is Part 1: Getting Started. In this video, we'll be setting up our...
Introducing the FastAPI and Okteto Video Series
We have a new series beginning on our YouTube channel where you'll learn how to create a FastAPI app using Okteto remote development environments. Check...
Using GitHub Actions and Okteto Cloud to Preview your Changes
Preview environments serve an important role when performing code reviews for an incoming change or addition to an application's codebase. It is a fantastic...
Adding A Database to Your Application Using Okteto Stacks
Temporary in-app databases are not ideal for web applications. Any unfortunate event such as an abrupt shutdown or restarting of the application will lead...
Deploying An Existing Application Using Okteto Cloud
Fast deployment of applications is an attribute Okteto boasts of. The deployment of applications from the Okteto dashboard is easy and fast as it requires...
Building a FastAPI Application and Deploying it with Okteto Stacks
In this tutorial, you'll learn how to develop a CRUD API with FastAPI and deploy the application to Okteto Cloud. You'll start by building the code of...