GO CRUD Rest API using Mux, Postgres, Docker, and Docker Compose
Let's create a CRUD Rest API in GO, using:
Mux (Framework to build web servers in Go)
Postgres (relational database)
Docker (for containerization)
Docker Compose
If you prefer a video version:
All the code is available in the GitHub repository...
blog.francescociulla.com11 min read
Shivang Shandilya
Amazing Fran, loved the explanation and everything. This was my first time creating an API and the experience was amazing.