Alexandra
Alexandra

Reputation: 35

Web app folder structure when using angularjs and node.js

I'm starting to learn node.js and angularjs but I'm having some trouble on how should I organize and structure the folders and its contents. Though there's already some question due this matter, I still haven't found a way that pleases me. By now, I have the following structure:

The reason I'm not using models it's because I'm doing a web service to get the data needed for the application, though I also have some questions regarding this matter. Can a web service be implemented in javascript to send and receive SOAP?

Upvotes: 0

Views: 619

Answers (1)

Amar Gohil
Amar Gohil

Reputation: 163

blog post: http://www.johnpapa.net/angular-growth-structure/

Example : https://github.com/angular-app/angular-app

This question already has an answer for angularjs here:

AngularJS Folder Structure

Upvotes: 1

Related Questions