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/        # image file uploader
 
+--- css/                 # css style
+--- js/                  # javascript library files
 
+--- templates/           # contains html view
 
+--- uploads/             # location for uploaded image 
+--- index.html