techwithtim / Flask-Web-App-Tutorial

Code for the note storing flask web app made during a YouTube video.
918 stars 1.01k forks source link

Only blank screen #148

Open rigolef opened 6 months ago

rigolef commented 6 months ago

Code is running fine without errrors, but I only see a blank page on http://127.0.0.1:5000.

drfq commented 6 months ago

In order to make sure that the system is running you need to make sure that you follow the creation of the folders and the files, once you have them exactly as shown you need to run the app from the main.py file

It should show you that the app is running.

Please attach a copy of your code and screenshots of the output you are getting.