Hello.

In my computer, http://localhost:5000/ stores some data. I need to access it with my external ip address with my phone outdoors.
I tried some port forwarding, i opened 5000. port, even take a static ip address but couldnt figure out.

How can i access localhost:5000 with external ip address?







----------------------------------------------------------
Solved via an external application called ngrok
I downloaded the app and used the code
Code:
ngrok http 5000
It publishes localhost&port in ngrok's own servers.