I have been working on this app engine project and for some complications, I cannot deploy in appspot yet. I want to test my web app that should be accessed through mobile phone, so I deploy on my current machine through:
dev_appserver.py .
The command above deploys the web app om port 8080 and the app engine console on port 8000
My question is how do I access port 8080 of my machine, through another device (mobile phone) within my network.
I have tried my-machine-ip:8080 but to no avail, it gives me ERR_CONNECTION_REFUSED in chrome
PS my machine is running ubuntu 14