I am trying to build and host an app using flask server. It is an API end point where I POST the data and I recieve an output after proccessing. To test if this could work I created a sample flask server snap which just print some text when acccessed. The setup.py, snap file and app.py are the files and they are attached herewith. It is running ok in the app-build-env. I created the snap and installed in the virtual core. But tried accesssing it through different Ips but I am unable. Could you explain where i could find the end point of the this flask server. setup.py file snap/snapcraft.yaml file app.py file
... View more