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

Error in getting the url address after the installation of pip #140

Open Crownteck opened 7 months ago

Crownteck commented 7 months ago

Hi I came across your contents when searching on how to learn a python. Your information about on develop "Flask Web App Tutorial" are very fantabulous and seriously educative.

Thank you for impact your knowledge positively

Please i have some issues when following your tutorial and the issue is that , i can't generate how you get the url address http://127.0.0.1:5000 from the terminal after debug. Although , i am very new to python programming language.

Please help me on how to rectify the issue. Thank you

maxence-glt commented 7 months ago

Thats the ip adress to your local host which is hosting the project, with the port pointed to 5000. You don't make that, Flask takes care of it.

Crownteck commented 7 months ago

Thank you for your response

Please how do I check my own host address from the code

On Sun, 28 Jan 2024, 06:59 Maxence, @.***> wrote:

Thats the ip adress to your local host which is hosting the project, with the port pointed to 5000. You don't make that, Flask takes care of it.

— Reply to this email directly, view it on GitHub https://github.com/techwithtim/Flask-Web-App-Tutorial/issues/140#issuecomment-1913478420, or unsubscribe https://github.com/notifications/unsubscribe-auth/A27ZGIOSGVJSG5AYNI7G37LYQXZLPAVCNFSM6AAAAABCN5VTMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJTGQ3TQNBSGA . You are receiving this because you authored the thread.Message ID: @.***>

maxence-glt commented 7 months ago

By host address do you mean IP? You can do that in your terminal, and 127.0.0.1 is always your localhost

Crownteck commented 7 months ago

Ok, thanks for the clarification.

On Wed, 31 Jan 2024, 04:53 Maxence, @.***> wrote:

By host address do you mean IP? You can do that in your terminal, and 127.0.0.1 is always your localhost

— Reply to this email directly, view it on GitHub https://github.com/techwithtim/Flask-Web-App-Tutorial/issues/140#issuecomment-1918381722, or unsubscribe https://github.com/notifications/unsubscribe-auth/A27ZGIO3T56EIQUCURA7JPTYRHE6FAVCNFSM6AAAAABCN5VTMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJYGM4DCNZSGI . You are receiving this because you authored the thread.Message ID: @.***>