Skip to content
Snippets Groups Projects
organizations.md 657 B
Newer Older
  • Learn to ignore specific revisions
  • # Organizations service
    
    
    This service provides a list of organizations with different information about it (such as description, logo..etc).  
    
    In our application, one organization is usually a provider of data, used in the Portal Open Data. It can be a public actor or a private one.
    
    ![organizations-service](../../assets/organizations-service.png)
    
    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).