placidenduwayo vor 1 Jahr
Ursprung
Commit
de3313ec79
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3
    3
      README.md

+ 3
- 3
README.md Datei anzeigen

@@ -4,16 +4,16 @@ This git is containing a **docker-compose.yml** file for deploying in docker ima
4 4
 	 * a database service: ***microservices-db***
5 5
 	 * a confguration server: ***microservices-config-service***
6 6
 	 * a service of registration of microservices: ***micoservices-registration-service***
7
-	 * a gateway service between the backend (spring boot microservices) and the frontend (angular application): ***backend-frontend-gateway-service***
7
+	 * a gateway service between backend and the frontend: ***backend-frontend-gateway-service***
8 8
  
9
-* business microservices (each business microservice implemented in clean architecture pattern):
9
+* business microservices (each business microservice is implemented in clean architecture pattern):
10 10
 
11 11
 	* a microservice of managing employees's addresses: ***clean-archi-business-service-address***
12 12
 	* a microservice of managing employees: ***clean-archi-business-service-employee***
13 13
 	* a microservice of managing projects: ***clean-archi-business-service-project***
14 14
 	* a microservice of managing companies: ***addressesclean-archi-business-service-company***
15 15
 
16
-The backend(spring boot application) and frontend (angular application) of microservices-oriented application is located on the following git:
16
+The backend(a spring boot microservices-base application) and the frontend (angular application) are located on the following git:
17 17
 - [backend-part and frontend-part)](https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular.git)
18 18
 
19 19
 ## Microservices configuration server

Powered by TurnKey Linux.