-
Mux (Framework to build web servers in Go)
-
Postgres (relational database)
-
Docker (for containerization)
-
Docker Compose
-
Create
-
Read all
-
Read one
-
Update
-
Delete
- Create a Go application using Mux as a framework
- Dockerize the Go application writing a Dockerfile and a docker-compose.yml file to run the application and the database.
- Run the Postgres database in a container using Docker Compose, and test it with TablePlus.
- Build the Go App image and run it in a container using Docker Compose, then test it with Postman.