docs/en/tutorials/book-store/index.md
//[doc-seo]
{
"Description": "Learn to build a web application using ABP Framework with this step-by-step tutorial series on managing books and authors."
}
//[doc-params]
{
"UI": ["MVC","Blazor","BlazorServer","NG", "MAUIBlazor"],
"DB": ["EF","Mongo"]
}
//[doc-nav]
{
"Next": {
"Name": "Creating the server side",
"Path": "tutorials/book-store/part-01"
}
}
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:
This tutorial has multiple versions based on your UI and Database preferences. We've prepared a few combinations of the source code to be downloaded:
If you encounter the "filename too long" or "unzip" error on Windows, please see this guide.
{{if UI == "MVC" && DB == "EF"}}
This part is also recorded as a video tutorial and <a href="https://www.youtube.com/watch?v=cJzyIFfAlp8&list=PLsNclT2aHJcPNaCf7Io3DbMN6yAk_DgWJ&index=1" target="_blank">published on YouTube</a>.
{{end}}