Skip to content

rslewenstein/microservices-using-api-gateway

Repository files navigation

Microservices using API Gateway

I created these repositories to study about:

  • microservices
  • Gateway
  • git submodules

Technologies used:

  • .Net 7
  • Ocelot

Fluxogram:

alt text

Projects:

About Git Submodules:

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:

API parameters:

  • 1 - to get a list of first division teams.
  • 2 - to get a list of second division teams.

About

A simple example of the microservices using Api Gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages