Skip to main content
. 2022 May 27;13:893474. doi: 10.3389/fmicb.2022.893474

Figure 2.

Figure 2

(A) NoSql Database Design—MongoDB. (B) Web Application Architecture: From the frontend, with html5 we make AJAX calls to our API on the Node server. This consults the database (Mongo) depending on the call made. The DB returns the object as a response to Node and Node serves it as JSON to Html5 that displays it on the frontend without the need to reload the page, thus creating a Single Page Application.