How can I get both the flask api and the angular app running on the same web-server? Right now I am stuck running the flask-api on one server and the angular app on a separate node web-server (using the angular seed project). This seems less than ideal.
Im currently in the development stages but I am using similar stack. You are right flask needs to be used on a different port, but simply just wrap your api responses around with "(" ")". So that on the angular.js you can accept JSONP and use the flask api responses.