mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
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:
@@ -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
|
||||
|
||||

|
||||
Reference in New Issue
Block a user