diff --git a/architecture/services/organizations.md b/architecture/services/organizations.md index 6d36cfb09d89a327ce42835e8619efa7af4f93fb..b2e899337465574a7bd6aaa322db6c3339d9de66 100644 --- a/architecture/services/organizations.md +++ b/architecture/services/organizations.md @@ -8,7 +8,7 @@ In our application, one organization is usually a provider of data, used in the ## How it works - + The entrypoint of the service is a REST API provided by a [NestJS](https://github.com/nestjs/nest) application. This backend application interacts with a PostgresSQL database through an ORM called [TypeORM](https://github.com/typeorm/typeorm).