From aafb79c54731ba3459282d3ae339d807e93dadb5 Mon Sep 17 00:00:00 2001 From: Sviatoslav Tsariov Date: Wed, 15 Mar 2023 17:49:19 +0300 Subject: [PATCH] test image --- Dipal/README.md | 2 +- {Images => Dipal}/dipal system.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename {Images => Dipal}/dipal system.png (100%) diff --git a/Dipal/README.md b/Dipal/README.md index 5bf471a..81cf391 100644 --- a/Dipal/README.md +++ b/Dipal/README.md @@ -10,4 +10,4 @@ The system can also automate payments for Internet, utilities for residents. Use The Dipal app is an online service for Dipal system. The **frontend part** is a smartphone app written in Flutter and React. The **backend part** is written in Node.js with TypeScript language and NestJS framework. The backend is divided into 2 parts: **Kaiser** (cloud server) and **Fox** (local server) with one-to-many connection. Kaiser is responsible for account management, payment transactions, places information, etc. Fox is responsible for the in-building logic, such as devices control. Both parts have microservice architecture. - + diff --git a/Images/dipal system.png b/Dipal/dipal system.png similarity index 100% rename from Images/dipal system.png rename to Dipal/dipal system.png