Tag: docker-compose
-

Building a GO CRUD Rest API from scratch
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 database) Docker (for containerization) Docker Compose All the code is available in the GitHub repository (go-api) GAME PLAN Here is a schema of the…