The City Docs
7.4
7.4
  • Welcome
  • ADMIN PANEL
    • Import Project
    • Structure
    • Notification
    • MySQL Database
    • Add New Category
    • News Info
    • Custom Color
    • Change Log
  • ANDROID
    • Getting Started
      • Installation
      • Import Project
    • Structure
    • Package Name ( app id )
    • Firebase [must]
    • REST API
      • Configure API Url
      • Validate Your Web
    • Category
      • Integration
      • Add New
    • Remote Config
    • Ad Networks
    • Maps Configuration
    • Sort By Distance
    • Lazy Load
    • SQLite Database
    • Custom Color
    • Change Log
  • License
Powered by GitBook
On this page
  1. ADMIN PANEL

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
PreviousImport ProjectNextNotification