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