Build an Event-Driven System with FastAPI and React

Опубликовано: 10 Май 2025
на канале: Scalable Scripts
8,668
246

In this video, we will create a simple example of an Event-Driven Architecture app. We will use the Finite State Machine pattern where we will change the state every time we get a new event.

Source Codes:
Frontend: https://github.com/scalablescripts/re...
Backend: https://github.com/scalablescripts/fa...

Click this link to get $200 credit on Redis Cloud: https://redis.info/antonio

More Courses:
Check out our Django Bundle: https://scalablescripts.com/p/django-...

Timestamps:
00:00 Intro
04:14 Redis Database
06:50 FastAPI Setup
12:46 Create Delivery Endpoint
19:23 Building the State
24:18 State Endpoint
29:13 Dispatching Multiple Events
54:10 Building the State without Redis
01:04:17 Building the Frontend

#fastAPI #python #redis