This project will summarize the steps to create a microservice using Golang and Postgresql. We will be using 4 different data models each implementing CRUD operations. The structure of the project will be like - internal/database - This will contain...
·