- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 184字
- 2021-07-02 20:12:55
Functional overview of the application
Here we are going to understand the functional overview of the FlixOne bookstore application. This is only for the purpose of visualizing our application. The following is the simplified functional overview of the application until Shopping cart:

In the current application, the customer lands on the home page, where they see featured/highlighted books. They have the option to search for a book item if they do not get their favorite one. After getting the desired result, the customer can choose book items and add them to their shopping cart. Customers can verify the book items before the final checkout. As soon as the customer decides to check out, the existing cart system redirects them to an external payment gateway for the specified amount you need to pay for the book items in the shopping cart.
As discussed previously, our application is a monolithic application; it is structured to be developed and deployed as a single unit. This application has a large code base that is still growing. Small updates need to deploy the whole application at once.
- 一步一步學Spring Boot 2:微服務項目實戰
- Java EE 6 企業級應用開發教程
- Python數據分析基礎
- 控糖控脂健康餐
- Java應用開發與實踐
- 三維圖形化C++趣味編程
- Vue.js 3.0源碼解析(微課視頻版)
- SQL Server 2012數據庫管理與開發項目教程
- Building a Quadcopter with Arduino
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Python數據分析從0到1
- 快速念咒:MySQL入門指南與進階實戰
- SQL Server從入門到精通(第3版)
- .NET 3.5編程
- Active Directory with PowerShell