B4J Tutorial [Web][SithasoDaisy5] LowCode Generator - Let's create a CRUD App using PocketBase (SQLite WebServer)

Hi Fam

By the end of this tutorial, you would have used the SithasoDaisy5 LowCode Generator to create a CRUD App using PocketBase (SQLite WebServer).

If you have not got yourself up to speed with the SD5 LowCode Generator tool, check this tutorial first.

Contacts - Create, Read, Update, Delete Contacts

1760600855927.png


A contact can be categorized via Categories. Each category is color coded.

1760600913618.png


Each contact can belong to a Province.

1760600974243.png


PocketBase

Using PocketBase, we will create each of the tables to store our records.

1760601049092.png


1760601083164.png


1760601117440.png



GitHub Repo

The indicated repo contains the source code and also a running version of the app. The running version is on the PocketBase.zip file. Unzip this and double click then run_local_server_1001.bat file. This will start a CMD file and then open two tabs on your browser, one for the back-end and one for the app. You can then play around with the App.
To explore the source code, you will need SithasoDaisy5 + BANano


To Do:
  1. Add Dashboard & Excel Reporting
  2. Record a video tutorial to create same app. This will be a continuation of this tutorial but for PocketBase back-end.

PocketBase Admin

URL: http://127.0.0.1:1001/_/
email: admin@admin.com
password: H@8ZX~3KE8


To be continued...
 
Top