docs/en/tutorials/book-store-with-abp-suite/index.md
//[doc-seo]
{
"Description": "Learn to build a web application with ABP Suite, automating code generation for your Acme.BookStore project. Perfect for ABP Team members!"
}
//[doc-params]
{
"UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"],
"DB": ["EF", "Mongo"]
}
//[doc-nav]
{
"Next": {
"Name": "Creating the Solution",
"Path": "tutorials/book-store-with-abp-suite/part-01"
}
}
This tutorial is suitable for those who have an ABP Team or a higher license.
This tutorial explains how to build code using the ABP Suite tool. You will develop an application similar to the one developed in that tutorial, but this time, the code will be automatically generated instead of manually written.
In this tutorial series, you will build an ABP based web application named Acme.BookStore. This application is used to manage a list of books and their authors. It is developed using the following technologies:
This tutorial is organized as the following parts:
After logging in to the ABP website, you can download the source code from here.