Tag: docker-compose
-

Building a GO CRUD Rest API from scratch
Thanks to Francesco Ciulla for making a detailed video on how to create this go crud API which was really helpful to understand concepts. I have created a GO CRUD API as part of building REST APIs using modern tools like Mux, Postgres, and Docker. Mux (Framework to build web servers in Go) Postgres (relational…