Structure

Folder Organize

We organize the folder by their function :

parent/
+--- app/                 # This folder contains all js controller
+---+--- controller/      # contains controller for page
+---+--- services/        # api and database transaction
+---+--- uploader/        # file image uploader
 
+--- css/
 
+--- templates/           # contains html view
+---+--- page/            # contains html page
 
+--- uploads/             # location for uploaded image 
+--- index.html           

Last updated