Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seanalford/ABP-HelpDesk
- Owner: seanalford
- License: mit
- Created: 2020-05-13T15:11:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:39:26.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:21:33.002Z (almost 2 years ago)
- Language: C#
- Size: 4.69 MB
- Stars: 18
- Watchers: 2
- Forks: 19
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-abp - ABP-HelpDesk - - How to build a Help Desk application using ABP.io Suite (Sample Projects / Community)
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)