For the local server to work as plug-and-play, it would be nice to have .env file that is read as a default to the installed main.py flask app. That way a user could execute:
apprentice init
apprentice run
And have the local server running immediately.