Skip to content

ahmedsedeeek3/Microservices-Architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices Architecture

Microservices Architecture I made this project to demonstrates a basic microservices architecture implemented in Go. In Futur I will be adding more detailes implrmrntions and add more service . pls feel free to contact me @ [email protected]

Components

  • API Gateway
  • Service Discovery
  • Load Balancer
  • Message Broker (for any Impl in futur)
  • Microservices

how it works??

The API Gateway will start on port 8080, and two example microservices will start on ports 8081 and 8082.

Usage

Send requests to http://localhost:8080/service1 or http://localhost:8080/service2 to interact with the microservices through the API Gateway.

About

Microservices Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages