I have a server say 10.xx.xx.xx and I have deployed a flask application and it runs on 127.0.0.1:5000/. I am doing this by logging in using putty through a windows machine. So how do I access the flask app through my windows machine? I tried serverIP:5000 but it doesn't work.
It says Oops! Google Chrome could not connect to serverip:5000. Do I need to edit some config file somewhere.?
Thanks.