Acme Help Desk Tutorial

May 15, 2020 ยท View on GitHub

Purpose

The purpose of this tutorial is to demonstrate how to build a simple Acme Help Desk application using ABP Suite.

Prerequisites

  1. Install ABP Suite. See how to install
  2. Install Visual Studio 2019

Overview

We will start by using ABP Suite to create a new Acme Help Desk solution. Next, we will use the ABP Suite CRUD Page Generator to generate CRUD pages for the Acme Help Desk entities. Finally, this tutorial will deomonstrate how to customize the Acme Help Desk application.

About this tutorial: