Latest

All the resources in the Guide, starting with most recent.

REST API - Part IV

Part of tutorial

REST API - Part IV
Performing CRUD operations in Orders & Cart Module.
REST API - Part III

Part of tutorial

REST API - Part III
Performing CRUD operations in Products & Category Module.
REST API - Part II

Part of tutorial

REST API - Part II
Performing CRUD operations in our User module.
REST API - Part I

Part of tutorial

REST API - Part I
Implementing a REST API for User modules using Pydantic & API Router.
References

Part of tutorial

References
Reference materials which helped to prepare this tutorial.
Celery & Redis

Part of tutorial

Celery & Redis
Configuring Celery & Redis with FastAPI.
Project Setup

Part of tutorial

Project Setup
Setting up FastAPI project type in PyCharm Professional.
Kubernetes Deployment

Part of tutorial

Kubernetes Deployment
Writing K8s manifests & deploying in minikube.
Helm Charts

Part of tutorial

Helm Charts
Combine your K8s manifests into a single package using Helm Charts.
Cleanup

Part of tutorial

Cleanup
Cleaning up stack (removing RDS, EKS, ElastiCache, LoadBalancer, Route53).
Elastic Kubernetes Service (EKS)

Part of tutorial

Elastic Kubernetes Service (EKS)
Deploying application using EKS, RDS, ElastiCache, Route53 & AWS Certificate Manager.
Authentication

Part of tutorial

Authentication
Integrating FastAPI with JWT Tokens.