Wow, so I feel incredibly silly for posing this question, but what am I doing wrong?
When accessing the server (http://127.0.0.1:5000/), I repeatedly get the error:
flask.cli.NoAppException: Could not import "flaskr.flaskr".
pwd: ./flask/flaskr
Then I researched the error and found this to be most relevant to my problem, but I [cd ..] to pwd [./flask] but received a 404 error. This has been plaguing me all day and I would greatly appreciate aid!
Thanks in advance!