Microservices application using Go language.
Galang Microservice is a microservices application built with Go. It is designed to demonstrate the principles of microservices architecture using the Go programming language.
- Lightweight and fast
- Easy to deploy
- Scalable architecture
- RESTful API
To install the project, clone the repository and build the application using Go.
git clone https://github.com/Isuranga-2001/golang-microservice.git
cd galang-microservice
go build
Run the application using the following commands in seperate terminals:
go run api-gateway/main.go
go run product-service/main.go
go run order-service/main.go
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.