I created these repositories to study about:
- microservices
- Gateway
- git submodules
- .Net 7
- Ocelot
- https://github.com/rslewenstein/api-gateway-ocelot
- https://github.com/rslewenstein/server-brazilian-first-division
- https://github.com/rslewenstein/server-brazilian-second-division
It was used Git Submodules.
To create submodules:
- Create a new Github repository.
- git submodule add <URL_NEW_REPOSITORY>
To Clone a project with submodules:
- git clone <URL_MAIN_PROJECT>
- git submodule update --init --recursive
You can see more about Git Submodules here:
- 1 - to get a list of first division teams.
- 2 - to get a list of second division teams.