- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 184字
- 2021-07-02 22:08:09
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.
- Apache ZooKeeper Essentials
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- Android系統原理及開發要點詳解
- Java Fundamentals
- Frank Kane's Taming Big Data with Apache Spark and Python
- Arduino計算機視覺編程
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- SwiftUI極簡開發
- Learning Android Application Testing
- Python預測之美:數據分析與算法實戰(雙色)
- Microsoft XNA 4.0 Game Development Cookbook
- 數據結構案例教程:C語言版
- Java EE 7 First Look
- 物聯網軟件架構設計與實現
- 自動化測試實戰寶典:Robot Framework+Python從小工到專家