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