Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ The Django application is exposed using a [Gunicorn](https://gunicorn.org/) serv

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

The data tier of the application is provided by Postgres SQL database.
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.

The database is only exposed to the private network that connects the application containers to each other. This prevents external access to the database.

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

Expand Down