Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seanalford/ABP-HelpDesk

How to build a Help Desk application using ABP.io Suite
https://github.com/seanalford/ABP-HelpDesk

Last synced: 3 months ago
JSON representation

How to build a Help Desk application using ABP.io Suite

Awesome Lists containing this project

README

        

# Acme Help Desk Tutorial

### Purpose

The purpose of this tutorial is to demonstrate how to build a simple Acme Help Desk application using [ABP Suite](https://commercial.abp.io/tools/suite).

### Prerequisites

1. Install [ABP Suite](https://commercial.abp.io/tools/suite). [See how to install](https://docs.abp.io/en/commercial/latest/abp-suite/how-to-install)
3. Install [Visual Studio 2019](https://visualstudio.microsoft.com/)

### Overview

We will start by using [ABP Suite](https://commercial.abp.io/tools/suite) to create a new Acme Help Desk solution. Next, we will use the [ABP Suite CRUD Page Generator](https://commercial.abp.io/tools/suite) 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:

- [Part-1: - Acme Help Desk Domain Model](Part1-HelpDeskDomainModel.md)
- [Part-2: - Create the Acme Help Desk Solution](Part2-MVC-CreateHelpDeskSoluton.md)
- [Part-3: - Create the Acme Help Desk Entities](Part3-MVC-CreateHelpDeskEntities.md)
- [Part-4: - Customize the Acme Help Desk](Part4-MVC-CustomizeHelpDesk.md)