Skip to content

A hands-on attempt to learn microservices using Golang.

License

Notifications You must be signed in to change notification settings

piyush1146115/go-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A hands-on attempt to learn microservices using Golang.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published