Microservices in Go - Heroku and PostgreSQL P3 - CRUD API - Connecting API to DB

Опубликовано: 15 Октябрь 2024
на канале: devtopics
631
17

In this #Heroku and #PostgreSQL series, we walkthrough creating, provisioning, and deploying a #microservice in Go onto Heroku. We cover repository structure, request routing, database models, migrations, and deployment.

Covered in Part 3:
1. Inserting data with go/pg
2. API request and response for Create operations

The audio was a little choppy in this one, I'm working on cleaning that up!

#microservice #heroku #docker #postgresql #golang #go