I’m using Exeoutput to create an application for warehouse management. I would like to allow personnel to connect to the application remotely, either via an IP address or localhost, after the application is running.
I’ve developed the application using MySQL and Adminer, and I’ve created an API for inserting and updating data in the MySQL database. I want users to be able to connect to the API endpoints like
sample: https://heserve or https://192.168.1.100 like this.
Is it possible to achieve this with Exeoutput? If so, could you please provide detailed instructions on how to set this up?
Thank you!
I’ve developed the application using MySQL and Adminer, and I’ve created an API for inserting and updating data in the MySQL database. I want users to be able to connect to the API endpoints like
https://<server_ip>/add or https://<server_ip>/insert.sample: https://heserve or https://192.168.1.100 like this.
Is it possible to achieve this with Exeoutput? If so, could you please provide detailed instructions on how to set this up?
Thank you!








