- 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.
- Building a Home Security System with Raspberry Pi
- PHP 7底層設計與源碼實現
- Programming ArcGIS 10.1 with Python Cookbook
- Android Application Development Cookbook(Second Edition)
- 算法精粹:經典計算機科學問題的Python實現
- 精通軟件性能測試與LoadRunner實戰(第2版)
- C語言程序設計學習指導與習題解答
- Java項目實戰精編
- 數據結構習題解析與實驗指導
- Mastering ROS for Robotics Programming
- Python項目實戰從入門到精通
- 小程序,巧應用:微信小程序開發實戰(第2版)
- HTML5開發精要與實例詳解
- Java 9 Programming By Example
- 零基礎學C語言(升級版)