Simple FastApi API that computes the n-th fibonacci number, the power of a number and the factorial of a number Alongside, a simple web client created using HTML, CSS and JavaScript
To run the server from the CLI execute the following command:
hypercorn main:app --reload