Skip to content

Commit

Permalink
Updated README.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
vmudigal committed Jun 4, 2020
1 parent 0b3894d commit 84ee402
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
14 changes: 8 additions & 6 deletions service-one/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,29 @@ Below are the architecture of the application in different environments:

#### Default Environment

![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/architecture/service-one%20(default).png?raw=true)
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/architecture/service-one%20(default).png?raw=true)

Execute mvn build spring-boot:run to bring up the application in default environment

#### Docker Environment

![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/architecture/service-one%20(docker).png?raw=true)
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/architecture/service-one%20(docker).png?raw=true)

Refer: https://github.com/vmudigal/microservices-sample/ to bring up the micro services sample complete application using docker profile.

### Technology

Microservices sample project uses a number of open source projects to work properly:

* [SpringBoot 2.3] - Application framework
* [SpringBoot] - Application framework
* [Consul] - Registration and Discovery
* [Docker] - Containerization platform
* [Project Reactor] - Reactive Systems
* [MongoDB] - Document based Database
* [Swagger] - API Documentation
* [Rabbit MQ] - Message Broker
* [Logstash] - Log Collector
* [Lombok] - Simplifying POJOs

### Tools

Expand All @@ -45,15 +46,15 @@ Microservices sample project uses a number of open source projects to work prope

http://localhost:8082/swagger-ui.html

![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/tools/swagger.png?raw=true)
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/tools/swagger.png?raw=true)

##### Embedded MongoDB

Access the database through a mongodb client.

![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/tools/mongodb-login.png?raw=true)
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/tools/mongodb-login.png?raw=true)

![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/tools/mongodb.png?raw=true)
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/tools/mongodb.png?raw=true)


### Help
Expand All @@ -73,3 +74,4 @@ Feel free to reach "[email protected]" in-case of any concerns.
[Swagger]: <https://swagger.io/>
[Logstash]: <https://www.elastic.co/products/logstash>
[MongoDB]: <https://www.mongodb.com/>
[Lombok]: <https://projectlombok.org/>
10 changes: 5 additions & 5 deletions service-two/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Below are the architecture of the application in different environments:

#### Default Environment

![alt tag](https://github.com/vmudigal/microservices-sample/service-two/blob/version-5/doc/architecture/service-two%20(default).png?raw=true)
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-two/doc/architecture/service-two%20(default).png?raw=true)

Execute `mvn clean install spring-boot:run` to bring up the application in default environment

#### Docker Environment

![alt tag](https://github.com/vmudigal/microservices-sample/service-two/blob/version-5/doc/architecture/service-two%20(docker).png?raw=true)
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-two/doc/architecture/service-two%20(docker).png?raw=true)

Refer: https://github.com/vmudigal/microservices-sample to bring up the micro services sample complete application using docker profile.

Expand All @@ -26,15 +26,15 @@ Refer: https://github.com/vmudigal/microservices-sample to bring up the micro se

http://localhost:8084/swagger-ui.html

![alt tag](https://github.com/vmudigal/microservices-sample/service-two/blob/version-5/doc/tools/swagger.png?raw=true)
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-two/doc/tools/swagger.png?raw=true)

##### H2 Console

Access the h2 database through web client: http://localhost:8084/h2

![alt tag](https://github.com/vmudigal/microservices-sample/service-two/blob/version-5/doc/tools/h2-login.png?raw=true)
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-two/doc/tools/h2-login.png?raw=true)

![alt tag](https://github.com/vmudigal/microservices-sample/service-two/blob/version-5/doc/tools/h2.png?raw=true)
![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-two/doc/tools/h2.png?raw=true)

### Technology

Expand Down

0 comments on commit 84ee402

Please sign in to comment.