This code was created while learning Fast API from video tutorials by JVP Design / Jeffrey Pohlmeyer.
Originally commited in my private practice repo, commits were later cherry-picked to store here for quick reference.
To run the server cd into the root folder and execute:
python -m uvicorn main:app
or, to run server for a sub-app, execute:
python -m uvicorn subappfolder.main:app