Sample DB, Project
The sample application is created from the pre-installed sample database shown below (tutorial here). It is an extension to Northwind that includes additional relationships:
- multiple relationships between Department / Employee
- multi-field relationships between Order / Location
- self-relationships in Department
You can create projects for it with or without logic, as described below.
Northwind without logic
To install without pre-installed customizations for the API and Logic:
Open the project in your IDE, and open thereadme
for a walk-through:
Add Customizations
The tour begins with a review of the uncustomized project.
This illustrates the level of automation you can expect with your own projects.
The tutorial then shows how to add customizations:
This installs:
- Logic: The integrity of this database is enforced with this logic
- Integration: this Kafka logic
Add Security
Finally, as shown above, add security (defaulting to sqlite-based authorization):
Northwind with Logic
You can also create the project with the logic pre-installed:
Sample-ai
The ChatGPT-based sample is structured as follows:
Basic Demo
The ChatGPT-based sample is structured as follows: