Table of Contents

Quick start guide

In this tutorial, you will create your first application using the Neos framework. The following topics will lead you through the different concepts and features implemented in the framework. The application will be based on the structure of the well known Microsoft Northwind database.

  1. Creating a cluster and a module
  2. Creating an entity
  3. Updating the template
  4. Creating a master detail
  5. Creating a string resource
  6. Creating a validation rule
  7. Creating an entity view event rule
  8. Creating a server method