I found this repo (https://github.com/miguelgrinberg/REST-tutorial) and the code creates a Python server for delivering a REST API. It looks like the client is designed to run on the same server this API would be on.
So, what are your recommendations? I want to release some apps this year, and two of them rely on an API that I will learn how to write.