Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 2.25 KB

README.md

File metadata and controls

43 lines (35 loc) · 2.25 KB

go-microservice

A hands-on attempt to learn microservices using Golang.

Acknowledgement:

This project followed Nic Jackson's Building Microservice with Go tutorial series.

Services

This project consists of the following different services:

Product API ./product-api

Simple Go based JSON API built using the Gorilla framework. The API allows CRUD based operations on a product list.

Frontend website ./frontend

ReactJS website for presenting the Product API information

Product-images ./product-images

Simple Go based file service that can download and upload data and use gzip for file compression

Currency ./currency

gRPC and Go based RPC service to get updated rates of different currencies from European central bank.

Resources: