There is already similar question at Folder structure for a Node.js project but answer to that post seems to be purely for nodejs, does not consider the angularjs.
I dont need view folder mentioned in above post as I will be using view inside app folder for angularjs.
Can anyone please help me with better folder structure...like where to put route logic, where to business logic. folder should be segregated by functionality or feature...etc?