docs/en/tutorials/book-store-with-abp-suite/part-01.md
//[doc-seo]
{
"Description": "Learn to create a new web application solution using ABP Suite, with step-by-step guidance tailored for MVC, Blazor, and various databases."
}
//[doc-params]
{
"UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"],
"DB": ["EF", "Mongo"]
}
//[doc-nav]
{
"Previous": {
"Name": "Overview",
"Path": "tutorials/book-store-with-abp-suite/index"
},
"Next": {
"Name": "Creating the Books",
"Path": "tutorials/book-store-with-abp-suite/part-02"
}
}
Before starting the development, create a new solution named Acme.BookStore and run it by following the getting started tutorial.
You can use the following configurations:
Acme.BookStoreYou can select the other options based on your preference.
Please complete the Get Started guide and run the web application before going further.
Please do not check the
Sample Crud Pageoption while creating the solution, since it conflicts with this tutorial.
We've created the initial layered monolith solution. In the next part, we will learn how to create entities, and generate CRUD pages based on the specified options (including tests, UI, customizable code support etc.) with ABP Suite.