============================
Business application builder
============================

Application builder - is a Jam.py web application intended for application development 
and database administration.

To run the Application builder go to a Web browser and type in the browser address bar 

.. code-block:: console

    127.0.0.1:8080/builder.html

.. note::

    Please note that *server.py* must be running
    
On the left side of the Application builder page there is a panel that contains the 
project tree. When you select any node of the project tree, as a rule, its 
content will be opened in the central part of the page, and the bottom and right 
side of the page may have buttons that allow you to modify the content.

To see the changes made in Application builder go to the Project page and reload it. 

.. toctree:: 
    :hidden:

    sanitizing
    accept_string

.. toctree::
   :maxdepth: 1

   project/index
   roles
   users
   code_editor
   task
   groups/index
   items/index
   details
   lookup_lists
   intergation_with_existing_database
   saving_history
   record_locking
   language_support
   language_translation

.. image:: _images/admin.png
	:align: center
	:alt: Business application builder
