Creating an API with python: Part 7: CORS
In my previous post, Creating an API with python: Part 6: HTTPS and Proxying, I added an nginx proxy to the FastAPI API in order...
Let’s talk about code
In my previous post, Creating an API with python: Part 6: HTTPS and Proxying, I added an nginx proxy to the FastAPI API in order...
In my previous post, Creating an API with python: Part 5: Authentication, I added oauth2 authentication to the FastAPI API. In this post, I add...
In my previous post, Creating an API with python: Part 4: DELETE Endpoints, I added three DELETE endpoints to the FastAPI API. In this post,...
In my previous post, Creating an API with python: Part 3: POST Endpoints, I added three POST endpoints to the FastAPI API. In this post,...
In my previous post, Creating an API with python: Part 2: MariaDB Database, I set up a MariaDB database and connected it to the five...
In my previous post, Creating an API with python: Part 1: GET Endpoints, I set up an API using FastAPI with five GET endpoints. In...
In this post, I’ll show you how I set up a simple API using python’s FastAPI, with five GET endpoints. If you read my Creating...
In my previous post, Launching a CentOS7 Virtual Machine on Windows10: Part 3: Shared Folder, I went through the steps I took to add a...
In my post Creating an API with AWS: Part 5: DELETE methods, I added DELETE methods to each endpoint, to give us full CRUD (Create,...
In my post Creating an API with AWS: Part 4: Cognito Authentication, I added authentication to the API using AWS Cognito. In this post, I’ll...
Recent Comments