This repository contains a Dockerized application that can be managed using Makefile targets. The Makefile provides several useful commands for building, running, and managing the Docker containers.
Before you begin, make sure you have Docker and Docker Compose installed on your system.
make build
make up
make down
make logs
make help