Skip to content

Commit

Permalink
Merge pull request #4864 from abpframework/tutorial-2
Browse files Browse the repository at this point in the history
Added author functionality to the tutorial
  • Loading branch information
ebicoglu authored Jul 23, 2020
2 parents 532787d + 8254312 commit a08dc8c
Show file tree
Hide file tree
Showing 21 changed files with 2,927 additions and 8 deletions.
7 changes: 6 additions & 1 deletion docs/en/Tutorials/Part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end

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:

* **{{DB_Text}}** as the ORM provider.
* **{{DB_Text}}** as the ORM provider.
* **{{UI_Value}}** as the UI Framework.

This tutorial is organized as the following parts;
Expand All @@ -37,6 +37,11 @@ This tutorial is organized as the following parts;
- [Part 3: Creating, updating and deleting books](Part-3.md)
- [Part 4: Integration tests](Part-4.md)
- [Part 5: Authorization](Part-5.md)
- [Part 6: Authors: Domain layer](Part-6.md)
- [Part 7: Authors: Database Integration](Part-7.md)
- [Part 8: Authors: Application Layer](Part-8.md)
- [Part 9: Authors: User Interface](Part-9.md)
- [Part 10: Book to Author Relation](Part-10.md)

### Download the Source Code

Expand Down
Loading

0 comments on commit a08dc8c

Please sign in to comment.