This is a rewrite of another one of my projects(this one). The purpose of this rewrite is to study Go and htmx.
create the .env file
touch .env
echo "PASSWORD=password\nDATABASE_NAME=db_name\nPORT=:3030" >> .env
run docker compose
sudo docker-compose up -d
run the application
make run