Skip to content

Commit bfd8bf4

Browse files
authored
Add more text to data tier section (#49)
1 parent 8e8359d commit bfd8bf4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ The Django application is exposed using a [Gunicorn](https://gunicorn.org/) serv
106106

107107
<!-- TODO: Intro to data tier -->
108108

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.
110112

111113
<!-- TODO: move relevant parts from here to sections above and/or to README.md files in back-end and front-end directories.
112114

0 commit comments

Comments
 (0)