How to creating an application step by step

Step 1

Click "Applications" on left menu will show list all application.

Step 2

Click "New Application" on top of the right hand for create new application.

Fill out Page information completely. and click "Save".

Information of page see link New Application

Step 3

3.1 Click menu "Settings" > "Database" for config database by filling in the information completely. Click "Save"

Information of page see link Setting Database

3.2 Click Tab "Tables" for create table

Information of page see link Create Table

Step 4

4.1 Click "User Interface" > "Pages" click button "New Page" for create page

Information see link New Page

4.2 Click Tab "Content" for config page information by drag and drop

Information see link Customize Content

Step 5

After create can download source code and test run on local using step as below

5.1 Click "Applications" on left menu will show list all application.

5.2 Click download Application want download.

5.3 Extract file after download to computer.

5.4 Go to source code folder and run command as below

npm install

node app.js

5.5 open browser and access url : http://localhost:3000