Browse Source

new changes

placidenduwayo 1 year ago
parent
commit
46899cb59c
1 changed files with 8 additions and 7 deletions
  1. 8
    7
      README.md

+ 8
- 7
README.md View File

1
 # deployment microservices-oriented application in docker images
1
 # deployment microservices-oriented application in docker images
2
 This git is containing a **docker-compose.yml** file for deploying in docker images all utility services:
2
 This git is containing a **docker-compose.yml** file for deploying in docker images all utility services:
3
- * microservices-config-service
4
- * micoservices-registration-service
5
- * backend-frontend-gateway-service
3
+ * a confguration server: ***microservices-config-service***
4
+ * a microservices registration service: ***micoservices-registration-service***
5
+ * a gateway service: ***backend-frontend-gateway-service***
6
+ * a database service: ***microservices-db***
6
  
7
  
7
 And all business services:
8
 And all business services:
8
 
9
 
9
-* clean-archi-business-service-address
10
-* clean-archi-business-service-employee
11
-* clean-archi-business-service-project
12
-* clean-archi-business-service-company
10
+* a microservices of managing employees's addresses: ***clean-archi-business-service-address***
11
+* a microservices of managing employees: ***clean-archi-business-service-employee***
12
+* a microservices of managing projects: ***clean-archi-business-service-project***
13
+* a microservices of managing companies: ***addressesclean-archi-business-service-company***
13
 
14
 
14
 The backend(spring boot application) and frontend (angular application) of microservices-oriented application is located on the following git:
15
 The backend(spring boot application) and frontend (angular application) of microservices-oriented application is located on the following git:
15
 - [backend-part and frontend-part)](https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular.git)
16
 - [backend-part and frontend-part)](https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular.git)

Powered by TurnKey Linux.