============
Demo project
============

The framework has a fully-fledged demo application that demonstrates programming
techniques used in the framework. 

The demo is located in the demo folder of the Jam.py package, or you can download
it by clicking on the `link <http://jam-py.com/download/demo.tar.gz>`_.

To start the demo application, go to the demo folder and run the ``server.py`` script.

.. code-block:: console

    $ ./server.py


Open a Web browser and enter

.. code-block:: console

	127.0.0.1:8080

in the address bar.

To see the
:doc:`Application builder </admin/index>`,
open a new page in a browser and enter

.. code-block:: console

	127.0.0.1:8080/builder.html


.. image:: _images/demo.png
	:scale: 70 %
	:align: center
	:alt: Demo application


.. image:: _images/demo_admin.png
	:scale: 70 %
	:align: center
	:alt: Application builder of demo project
