You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,9 @@ The Django application is exposed using a [Gunicorn](https://gunicorn.org/) serv
106
106
107
107
<!-- TODO: Intro to data tier -->
108
108
109
-
The data tier of the application is provided by Postgres SQL database.
109
+
The data tier of the application is provided by Postgres SQL database. The application interacts with the database using Object-Relational Mapping (ORM) of the Django web framework.
110
+
111
+
The database is only exposed to the private network that connects the application containers to each other. This prevents external access to the database.
110
112
111
113
<!-- TODO: move relevant parts from here to sections above and/or to README.md files in back-end and front-end directories.
0 commit comments