The example shown is starting a node server using an in-memory database. To ensure there are a few entities defined, it is using an initial structure using the prototype methods. Furthermore it uses the seed option to seed some data in the structure created.To ensure there are users defined on first boot, it hooks into the App.Events.AppFirstBoot event to create them (documentation pending).