Skip to content

Commit 463c790

Browse files
Built site for gh-pages
1 parent 201c71d commit 463c790

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d8bf8660
1+
423371f5

docs/architecture.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h2 class="anchored" data-anchor-id="data-flow">Data flow</h2>
163163
<p>This application uses a Post-Redirect-Get (PRG) pattern. The user submits a form, which sends a POST request to a FastAPI endpoint on the server. The database is updated, and the user is redirected to a GET endpoint, which fetches the updated data and re-renders the Jinja2 page template with the new data.</p>
164164
<div class="quarto-figure quarto-figure-center">
165165
<figure class="figure">
166-
<p><img src="static/webapp_flow.png" class="img-fluid figure-img"></p>
166+
<p><img src="static/data_flow.png" class="img-fluid figure-img"></p>
167167
<figcaption>Data flow diagram</figcaption>
168168
</figure>
169169
</div>

docs/static/data_flow.png

74.2 KB
Loading

docs/static/webapp_flow.png

-1.26 KB
Loading

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</url>
1515
<url>
1616
<loc>https://Promptly-Technologies-LLC.github.io/fastapi-jinja2-postgres-webapp/docs/architecture.html</loc>
17-
<lastmod>2024-11-19T21:37:01.245Z</lastmod>
17+
<lastmod>2024-11-19T22:45:03.741Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://Promptly-Technologies-LLC.github.io/fastapi-jinja2-postgres-webapp/docs/authentication.html</loc>

0 commit comments

Comments
 (0)