Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/endurancecode/microservices-playground
A collection of code and exercises developed while studying microservices architecture through courses and tutorials
https://github.com/endurancecode/microservices-playground
api api-rest java microservices spring spring-boot
Last synced: 16 days ago
JSON representation
A collection of code and exercises developed while studying microservices architecture through courses and tutorials
- Host: GitHub
- URL: https://github.com/endurancecode/microservices-playground
- Owner: EnduranceCode
- Created: 2022-10-24T13:24:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T12:18:56.000Z (23 days ago)
- Last Synced: 2025-01-02T12:28:42.328Z (23 days ago)
- Topics: api, api-rest, java, microservices, spring, spring-boot
- Language: Java
- Homepage:
- Size: 39.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservices learning playground
This repository contains a collection of **code** and exercises developed while studying [Microservices](https://microservices.io/) architecture through courses and tutorials.
## Code Tutorials and Courses
### D4i Bootcamp
The folder [`d4i-bootcamp`](./d4i-bootcamp/) contains the code written for the **D4i Bootcamp**.
### Master Microservices with Spring Boot and Spring Cloud
The code written following the [Master Microservices with Spring Boot and Spring Cloud](https://www.udemy.com/course/microservices-with-spring-boot-and-spring-cloud/) course is stored in the folder [`master-microservices-spring`](./master-microservices-spring).