Welcome!
This is the MS Access Asset Inventory (wip) converted to Web with Jam.py Application Builder
What we see is a no-code Application from below DB model. No additional coding is needed, however it is still in WIP.
Please visit for more info about the Jam.py and MS Access migration:
http://jampyapplicationbuilder.com/
and more Demos:
https://jampyapp.pythonanywhere.com/
https://jampy.pythonanywhere.com
https://msaccess.pythonanywhere.com/
The above link is a direct MS Acccess migration to the Web, just like this repo. With more modern CSS.
Clone this repo, install jam.py with pip, and run: server.py
Access the app with your browser on: http://127.0.0.1:8080 or access the builder on: http://127.0.0.1:8080/builder.html
- python 2.7 // python 3.x
- For MySQL database access: mysqlclient, libmysqlclient-dev
- For Oracle database access: cx_oracle
- For Firebird database access: fdb
- For Jam.py Reports editing/creation: LibreOffice
The easiest is to use the standalone pip installer.
If you’re using Linux, Mac OS X or some other flavor of Unix, enter the command:
sudo pip install jam.py
at the shell prompt. If you’re using Windows, start a command shell with administrator privileges and run the command:
pip install jam.py
This will install Jam.py in your Python installation’s site-packages directory.
Download the package archive from https://github.com/jam-py/jam-py/tree/master
Create a new directory and unzip the archive there.
From the above directory, enter the command:
sudo python setup.py install
This will install Jam.py in your Python installation’s site-packages directory.
Navigate to jam.py installation demo folder, enter the command:
python server.py
You'll have the Demo App running at http://localhost:8080
Please visit http://jam-py.com/docs/intro/index.html for complete Getting Started Introduction.
Hopefully this helps!
License MIT, free to use.
