I am developing a web application on my local computer in Django.
Now I want my webapp to be accessible to other computers on my network. We have a common network drive
This can be done in just 4 steps:
Now at this point, your Django API can be accessed within your local network using the URL: http:// Your-LAN-IP-address:3000/
Now at this point, your Django API can be accessed from anywhere using the URL: http:// Your-Public-IP-address:3000/