Overview
Event Driven Architecture - Building Backend Service Using FastAPI
This is the first part of a video series on developing a simple backend system using Event Driven Architecture. On this video:
- A simple backend service is created using python using FastAPI framework
- TDD (Test Driven Development) has been used to write the code
- This video shows the development of the application using virtual environment and porting the application to docker