Reputation: 36
I'm creating an app that uses Ionic and VueJS for the front-end, and for the back-end, Express and Mongoose. When I run the file containing the express app, it creates a localhost on port 3000 and can handle POST & GET requests. The front-end make a http POST call on localhost:3000, using axios, to send data to the database.
On my PC it works well but when I deploy the app on android it does nothing.
Upvotes: 0
Views: 231