Skip to content

Isuranga-2001/golang-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Microservices application using go lang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages