Browse Source

new changes

placidenduwayo 1 year ago
parent
commit
de3313ec79
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README.md

+ 3
- 3
README.md View File

4
 	 * a database service: ***microservices-db***
4
 	 * a database service: ***microservices-db***
5
 	 * a confguration server: ***microservices-config-service***
5
 	 * a confguration server: ***microservices-config-service***
6
 	 * a service of registration of microservices: ***micoservices-registration-service***
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
 	* a microservice of managing employees's addresses: ***clean-archi-business-service-address***
11
 	* a microservice of managing employees's addresses: ***clean-archi-business-service-address***
12
 	* a microservice of managing employees: ***clean-archi-business-service-employee***
12
 	* a microservice of managing employees: ***clean-archi-business-service-employee***
13
 	* a microservice of managing projects: ***clean-archi-business-service-project***
13
 	* a microservice of managing projects: ***clean-archi-business-service-project***
14
 	* a microservice of managing companies: ***addressesclean-archi-business-service-company***
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
 - [backend-part and frontend-part)](https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular.git)
17
 - [backend-part and frontend-part)](https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular.git)
18
 
18
 
19
 ## Microservices configuration server
19
 ## Microservices configuration server

Powered by TurnKey Linux.