Code repository for Building Microservices YouTube series https://www.youtube.com/playlist?list=PLmD8u-IFdreyh6EUfevBcbiuCKzFk0EW_
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