Version
Language

There are multiple versions of this document. Pick the options that suit you best.

UI
Database

Getting Started

This document assumes that you prefer to use Angular as the UI framework and Entity Framework Core as the database provider. For other options, please change the preference on top of this document.

Create a New Project

We will use the ABP CLI to create a new ABP project.

You can also use the ABP CLI Command Generator on the ABP Framework website by easily selecting all options from the page.

Use the new command of the ABP CLI to create a new project:

abp new Acme.BookStore -t app-nolayers -u angular

You can use different level of namespaces; e.g. BookStore, Acme.BookStore or Acme.Retail.BookStore.

ABP CLI document covers all of the available commands and options.

The Solution Structure

The solution structure is based on the Single-Layer Startup Template where everything is in one project instead of the Domain Driven Design. You can check its documentation for more details.


Was this page helpful?
Please make a selection.
Thank you for your valuable feedback!

Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.

In this document
Mastering ABP Framework Book
Mastering ABP Framework

This book will help you gain a complete understanding of the framework and modern web application development techniques.