Pizza Delivery Tutorial

From nuBuilderForte
Revision as of 17:42, 4 January 2021 by Apmuthu (talk | contribs) (Created page with "== Create the Database == This is usually done in any MySQL client like <tt>phpMyAdmin (nudb)</tt> before installing NuBuilder4 and may already have been done if a login was a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Create the Database

This is usually done in any MySQL client like phpMyAdmin (nudb) before installing NuBuilder4 and may already have been done if a login was attempted before.

CREATE DATABASE IF NOT EXISTS nubuilder4 CHARACTER SET utf8 COLLATE utf8_unicode_ci;

Install system tables

  • nuBuilder4 Web Login with default user / pass: globeadmin / nu
  • On first login, the system tables get populated from nubuilder4.sql.

Install Tutorial tables and data

  • Navigate to Builders => Database => Import => Pizza.sql.zip
  • Close phpMyAdmin tab and return to Builders tab in nuBuilder4

Create Fast Forms for each tutorial table

customer

product

invoice

item subform