On your machine, edit the file /etc/hosts
by adding the following line at the end:
127.0.0.1 minhamaquina
Then just access your browser link
The / etc / hosts file configures domain names on your system, since trying to resolve the name minhamaquina
it will first check your file and will not search the "external network"
Ah! And to work on your mobile the process is the same, but I believe you have to be root on Android to achieve this. And, instead of using ip 127.0.0.1 you can put any IP, so other computers on your local network can also use your custom domain.
And in Windows it works the same, but the file stays in C:\Windows\System32\Drivers\etc\hosts