So I've currently got a flask app that I'm using to run a testing app, (this works on local host) but I cant work out how to launch it so I can test the connectivity from other devices (public).
can someone explain how I can go about launching it, or at least point me in the right direction to some documentation about how to make it public. I don't think I'm either port forwarding it correctly or i need a web server like xampp to run it.
thanks