This project was developed as a study lab focused on containerization and orchestration. The application consists of a REST API that records user visits, persisting data in a PostgreSQL database. This ...
For learning purpose, write and complete the Docker Compose File to setup a Golang Web Application with PostgreSQL Database. Use the Dockerfile as the image for the Golang Web App. This setup will ...