@wedgybo
Apart from Ionic/ Angular, Node and MongoDB, what else is required for the set up?
Understand there’s a need for a seperate API for ndoe to communicate to the mobile.
You use node to create the API for your app using some like the express or HAPI framework. Then you just use Angulars $http or $resource components to interact with the API you design.
You can skip the node step these day by using service like parse.com or firebase.com There’s quite a few of these backend as a services popping up that lets you just focus on writing the application