Click on the image to see the online demo
If you are not a professional programmer or an expert in databases, you can use Jam.py to store, share and analyze your data.
Please watch these videos to see how easy it is to create and setup Jam.py applications.
- Creating CRM web database applications from start to finish in 7 minutes with Jam.py framework
- Setting up interface of Jam.py application using Forms Dialogs
If you are a professional, you can use Jam.py to create various tools, dashboards, as well as large-scale business applications with complex internal logic. Please watch the Jam.py framework applications video to see some applications written in Jam.py.
More demos on Heroku:
- The RedHat Satellite 5.x Dashboard utility Demo
- The Postfix email aliases utility Demo
- The Samba Shares utility Demo
Here is a video showing how to publish a Jam.py application from GitHub repo on Heroku
Demo on PythonAnywhere:
Jam.py is an object oriented, event driven framework with hierarchical structure, modular design and very tight DB/GUI coupling. The server side of Jam.py is written in Python, the client utilizes JavaScript, jQuery and Bootstrap.
- Simple, clear and efficient IDE. The development takes place in the Application builder, an application written completely in Jam.py.
- “All in the browser” framework. With Jam.py, all you need are two pages in the browser, one for the project, the other for the Application builder. Make changes in the Application builder, go to the project, refresh the page, and see the results.
- Supports SQLite, PostgreSQL, MySQL, Firebird, MSSQL and Oracle databases. The concept of the framework allows you to migrate from one database to another without changing the project.
- Authentication, authorization, session management, roles and permissions.
- Automatic creation and modification of database tables and SQL queries generation.
- Data-aware controls.
- Open framework. You can use any Javascript/Python libraries.
- Rich, informative reports. Band-oriented report generation based on LibreOffice templates.
- Charts. You can use free jsCharts library or any javascript charting library to create charts to represent and analyze your application data.
- Allows to save audit trail/change history made by users
- Predifined css themes.
- Develop and test locally update remotely. Jam.py has Export and Import utilities that allow developer to store all metadata (database structures, project parameters and code) in a file that can be loaded by another application to apply all the changes.
All documentation is in the "docs" directory and online at http://jam-py.com/docs/.
Go to http://jam-py.com/docs/intro/install.html to learn how to install Python and the framework.
Go to http://jam-py.com/docs/intro/new_project.html to learn how to create a new project.
The framework has a demo application: http://jam-py.com/docs/intro/demo_project.html.
Jam.py is licensed under the BSD License.
Andrew Yushev
See also the list of contributors who participated in this project.