Skip to content

Commit bba58a4

Browse files
committed
MAINT: Add proper README.md
1 parent edc8909 commit bba58a4

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
# spring-boot-microservices
1+
# spring-boot-microservices
2+
3+
This repository contains the coding part of 'Microservices with Mo'.
4+
A tutorial series about creating an microservice architecture with Spring Boot.
5+
6+
Here are the links to all parts of the series:
7+
* [Intro](https://medium.com/@marcus.eisele/implementing-a-microservice-architecture-with-spring-boot-intro-cdb6ad16806c "Implementing a microservice architecture with Spring Boot — Intro")
8+
* [Part 1: Setting up docker](https://medium.com/@marcus.eisele/implementing-a-microservice-architecture-with-spring-boot-part-one-the-environment-cbc032473ab8 "Setting up docker")
9+
* [Part 2: The architecture](https://medium.com/@marcus.eisele/microservices-with-mo-part-two-the-architecture-3845b5228ddb "Microservices with Mo - Part Two: The architecture")
10+
* [Part 3: The counter microservice](https://medium.com/@marcus.eisele/microservices-with-mo-part-three-the-counter-microservice-5fa34af2dcdc "Microservices with Mo — Part Three: The Counter Microservice")
11+
12+
13+
The architecture consists / will consist of following services:
14+
* counterservice
15+
* configservice
16+
* servicediscovery
17+
* adminservice
18+
* edgeservice
19+
20+
## How to run
21+
22+
```
23+
git clone https://github.com/eiselems/spring-boot-microservices.git && spring-boot-microservices
24+
mvn clean package
25+
docker-compose up
26+
```
27+
28+
Access http://localhost:8080/count and refresh a few times to see the counter increase

0 commit comments

Comments
 (0)