Ola
Part 1 of this lesson looked at how we could create the shell skeleton of our app i.e. the various pages of our app that will host the different sections we need to build.
We created two pages, one for cities and one for positions. In this part we will use the Form Builder/Designer to create the underlying BANanoSQL database, the cities table and also the positions table.
The positions table has 3 fields, id (int), value (string) and color (string) and the
cities table has 2 fields, id (int) and value (string).
We are using the form designer because we want to have crud functionality for both these tables and this is done by the BWFD easily.
Part 1 of this lesson looked at how we could create the shell skeleton of our app i.e. the various pages of our app that will host the different sections we need to build.
We created two pages, one for cities and one for positions. In this part we will use the Form Builder/Designer to create the underlying BANanoSQL database, the cities table and also the positions table.
The positions table has 3 fields, id (int), value (string) and color (string) and the
cities table has 2 fields, id (int) and value (string).
We are using the form designer because we want to have crud functionality for both these tables and this is done by the BWFD easily.