doc/update overview section (#904)

* Update overview section

* fix typo

* logomeaning

* Update introduction content

* Update introduction content

* Update suport the project

* typo

* Added linked information

* Finished overview section
This commit is contained in:
Alex
2022-10-31 06:37:36 -05:00
committed by GitHub
parent dc2c92e721
commit 3cf85bb837
12 changed files with 82 additions and 13 deletions

View File

@@ -2,4 +2,22 @@
sidebar_position: 4
---
# Technology stack
# Technology stack
The app is built with the following technologies
## Frontend
* [Flutter](https://flutter.dev/) for the mobile app
* [Riverpod](https://riverpod.dev/) as state management.
* [SvelteKit](https://kit.svelte.dev/) for the Web.
## Backend
* [Nest.js](https://nestjs.com/) for the server.
* [TypeORM](https://typeorm.io/) for database management.
* [PostgreSQL](https://www.postgresql.org/) for the database.
* [Redis](https://redis.io/) for communication between the core server and the microservices.
* [NGINX](https://www.nginx.com/) for internal communication between containers and load balancing when scaling.
# App architecture
![Immich Architecture](./img/app-architecture.png)