Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.06 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.06 KB

Galang Microservice

Microservices application using Go language.

Table of Contents

Introduction

Galang Microservice is a microservices application built with Go. It is designed to demonstrate the principles of microservices architecture using the Go programming language.

Features

  • Lightweight and fast
  • Easy to deploy
  • Scalable architecture
  • RESTful API

Installation

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

Usage

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

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.