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 ...
My first instinct was to build one FastAPI app that does everything: Scrapes jobs; Analyzes profiles; Matches candidates; Finds emails; Ship ...