AppGini Professional is a powerful "no-code" development tool that allows you to create fully functional, web-based database applications in minutes. Version 23.11 (often referred to as version 46 in certain community circles or release cycles) includes enhanced security modules, a redesigned user interface, and a built-in backup and restore feature. 1. Installation & Environment Setup
To begin, you need to set up the AppGini software and a hosting environment for your generated application:
Install AppGini: The software is natively a Windows application. If you are on Linux or macOS, you can use Wine or PlayOnMac to run it.
Local Server: For testing, install a local environment like XAMPP which includes the necessary PHP and MySQL components.
Live Hosting: Once ready, you can deploy your files via FTP to any standard web server running PHP and MySQL. 2. Designing Your Application Project appgini professional 46
Creating an application starts with an AppGini project (.axp file), where you define the structure:
Define Tables: Click "New Project" and add tables (e.g., "Customers," "Orders"). Assign icons to help users navigate.
Add Fields: Each table needs fields (columns). AppGini automatically designates "id" as the primary key.
Set Lookups: Connect tables by setting a field as a "Lookup." For example, an "Order" can look up a customer's name from the "Customers" table. SSL Enforcement: Force all traffic over HTTPS
Configure UI: Use the "Options List" to create dropdowns or radio buttons for fixed values like "Size" or "Status". 3. Security & User Management
A real estate agency needs to track leads, properties, and showings. Using AppGini Professional 4.6, the owner creates three linked tables (leads, properties, showings). He sets up a "Realtor" group with write access and a "Viewer" group for administrative staff. Within an hour, the agency has a custom CRM with search, calendar views for showings, and automated email notifications.
For businesses concerned about compliance (GDPR, HIPAA, CCPA), version 4.6 has robust features. The Professional edition includes:
That said, no generated tool is a silver bullet. You must still secure your web server (disable directory listing, keep MySQL patched). However, the AppGini code itself is remarkably clean from a security perspective. That said, no generated tool is a silver bullet
Getting started with version 4.6 is straightforward:
.zip file containing PHP, JavaScript, CSS, and an SQL installation script.install.php script. Your app is live.hooks files or modify the templates for unique business logic.Note: AppGini is developed by BigProf Software. As of 2024, the current stable version is 24.x, making version 4.6 an older release.
Historically, the pricing model for AppGini was straightforward:
Current Status: Version 4.6 is no longer sold on the main website. To get the modern equivalent (the full version), you would purchase the current license from the official BigProf website.
While AppGini has historically been prized for its stability, version 4.6 introduces modernizations that bring it in line with current web standards.