placidenduwayo пре 1 година
родитељ
комит
46899cb59c
1 измењених фајлова са 8 додато и 7 уклоњено
  1. 8
    7
      README.md

+ 8
- 7
README.md Прегледај датотеку

@@ -1,15 +1,16 @@
1 1
 # deployment microservices-oriented application in docker images
2 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 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 15
 The backend(spring boot application) and frontend (angular application) of microservices-oriented application is located on the following git:
15 16
 - [backend-part and frontend-part)](https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular.git)

Powered by TurnKey Linux.