Table of Contents

What Happens on the Server...

you are here (click to zoom) - discover the stack

You should get an idea of how the system works and all the things you can customize. This overview lets you see the essential parts of any App including the main Content.

This is what web-systems do from a bird's-eyes perspective. This is what happens on the server:

  1. Awesomeize - this is where you tell the system how the output should look, what image sizes you want, how the HTML should be built etc.
  2. Prepare is a layer of data processing where the desired data is selected to be shown, filtered, sorted etc. By default this happens automatically, you don't have to do anything! But you can customize it anyhow you want.
  3. Your Data is the original material - probably created by an editor using the CMS UI or in advanced cases it's data coming from SQL, CSV or elsewhere. This data could also be combined from multiple sources. By default this just magically works, you don't have to do anything!

Awesomeize / Customise

you are here (click to zoom) - discover the stack

You may want to learn more about:

  1. Bundling / Optimizing Assets
  2. Image Resizing
  3. Create App Templates using Razor
  4. Create custom WebApi Controllers
  5. The Headless REST API

Preparing Data

Something must determine what data should be shown or worked on, which is what happens in the Prepare step.

you are here (click to zoom) - discover the stack

👉 See Prepare Data for Templates and WebApi

Understanding Data

you are here (click to zoom) - discover the stack

👉 Data has it's own chapter in the docs Understanding Data...