This is a Python implementation of the Specmatic Order BFF Service project. The implementation is based on the FastApi framework. The open api contract for the services is defined in the Specmatic ...
This project showcases how to integrate Redis caching with a FastAPI web application. It fetches data from the JSONPlaceholder API and caches the results in Redis to improve performance on subsequent ...