> For the complete documentation index, see [llms.txt](https://vido.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vido.gitbook.io/docs/2.0/admin-panel/structure.md).

# Structure

We organize the folder by their function :

<div align="left"><img src="/files/-Lv9T79x-kkSRoliExGm" alt=""></div>

```
parent/
+--- app/             # This folder contains general JS controller, and php uploader
+---+--- uploader/    # image file uploader
 
+--- controller/      # contains JS controller for page, this controller related with view
+--- services/        # all Rest API and database transaction
 
+--- lib/             # lib is library, constaints all file depedency
+---+--- css/         # css style
+---+--- js/          # javascript library files
 
+--- view/            # all html view, this file related with controllers
 
+--- uploads/         # location for uploaded image 
+--- index.html
```
