Skip to content

API Overview

Now that the user can input data using the recommendation algorithm it’s time to actually get that data to the backend, validating it and then using it to provide an analysis to the user. As I mentioned before I’m using FastAPI for the backend. This is mainly because the app doesn’t have to receive a lot of input from the user so the API will be very simple. In essence it only has to take the ticker/name of the stock as input and then do all the analysis in the backend.