You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried following this project's README.md file and was unable to run flask using this line of code: FLASK_APP=app python -m flask run
I get "This site can't be reached" when going to this url: http://localhost:5000/ @JMante1@IsabelMarleen could you look into this and let me know if there are additional setups that I must perform?
If it turns out that additional setup must be made to get this project running, then I would suggest to expand the README.md file to reflect these additional steps.
This issue ties into what was mention here
I tried following this project's README.md file and was unable to run flask using this line of code:
FLASK_APP=app python -m flask runI get "This site can't be reached" when going to this url: http://localhost:5000/
@JMante1 @IsabelMarleen could you look into this and let me know if there are additional setups that I must perform?
If it turns out that additional setup must be made to get this project running, then I would suggest to expand the README.md file to reflect these additional steps.