First things first, to put your TestAPI app online, you'll need :
And obviously, some minimal knowledge on ssh connection and terminal usage ...
Then you can install on it :
nginx (suggested approach)python 3.10 with all packages listed in requirements.txt filegunicorn (python package)And prepare the TestAPI code and your question database :
_courses.json file on the TestAPI code folder, following this previous step.