mikeizbicki / cmc-csci143

big data course materials
40 stars 76 forks source link

twitter clone #557

Closed luisgomez214 closed 6 months ago

luisgomez214 commented 6 months ago

Hello,

I have been following the video tutorial on Flask intro. I have made sure have the same files that Mike has, that is the project.py and the files inside the templates folder (root, base, and login). I am using the command 'python project.py' and 'flask run' to try to run it.

lambda-server:~/BigDataFinal2/services/web/project (main *%=) $ python3 project.py
 * Serving Flask app 'project' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

When I go to the link, there is nothing there. Has anyone faced this issue?