Technologies Overview - bcgov/SIMS GitHub Wiki

Frontend

Please find below some references to the main technologies being used on the application Frontend.

Backend

A decision was made to use technologies based on Node for the backend due to the large adoption of BC Gov projects, alongside Typescript. On top of Node, the project is using the Nestjs framework because it provides a box set of patterns and good practices that could be used as a great starting point, which means that, if we need a solution for a particular problem we can take a look first on Nestjs docs to ensure that it was not already being solved by the framework.

Please find below some references to the main technologies being used on the application backend.

Testing

CI/CD

Database

A decision was made to use PostgreSQL as the main database for the project due to the large adoption of BC Gov projects. Alongside PostgreSQL, Patroni was adopted to provide a high availability database support.

Please find below some references to the main database-related technologies being used on the application backend.