Sign inSign up

codebyarunyadav/author-service

By codebyarunyadav

Updated 3 months ago

This is author-service of microservice-book-mysql project

Image
0

752

codebyarunyadav/author-service repository overview

This project based on Spring Boot Microservices + Eureka + API Gateway + MySQL + Swagger + Actuator + Maven build with Github Action + Run dockerfile create images of all microservices and push it to Docker hub.

Ref : https://github.com/CodeByArunyadav/microservices-books-mysql.git

– Architecture Diagram

                        +-----------------------+
                        |      API GATEWAY      |
                        |  http://localhost:8080|
                        +-----------+-----------+
                                    |
   -----------------------------------------------------------------
          |                         |                         |
+-------------------+      +------------------+      +----------------+
|   BOOK SERVICE    | <--> | AUTHOR SERVICE   | <--> | RATING SERVICE |
|   Port: 8081      |      |  Port: 8082      |      |  Port: 8083    |
+---------+---------+      +--------+---------+      +-------+--------+
          |                         |                        |
          |                         |                        |
+-------------------+    +-------------------+     +------------------+
|   MySQL Database  |    |   MySQL Database  |     |   MySQL Database |
|   (Books DB)      |    |  (Authors DB)     |     |  (Ratings DB)    |
+-------------------+    +-------------------+     +------------------+


                 +-----------------------------------+
                 |        EUREKA SERVER              |
                 |      http://localhost:8761        |
                 +-----------------------------------+

Tag summary

Content type

Image

Digest

sha256:03cddd07d

Size

273 MB

Last updated

3 months ago

docker pull codebyarunyadav/author-service