- 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.
- Visual Basic 6.0程序設(shè)計(jì)計(jì)算機(jī)組裝與維修
- C語(yǔ)言程序設(shè)計(jì)
- Hands-On RESTful Web Services with Go
- Functional Kotlin
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題解析與實(shí)驗(yàn)指導(dǎo)
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- Access 2010中文版項(xiàng)目教程
- Unity 5.X從入門到精通
- 測(cè)試架構(gòu)師修煉之道:從測(cè)試工程師到測(cè)試架構(gòu)師
- Clojure High Performance Programming(Second Edition)
- Python硬件編程實(shí)戰(zhàn)
- 深入理解Java虛擬機(jī):JVM高級(jí)特性與最佳實(shí)踐
- SCRATCH編程課:我的游戲我做主
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼
- Spring Boot從入門到實(shí)戰(zhàn)