Project being built during Twitch streamings to learn how to use HTMX and Go together.
You only need to have Go installed or Docker installed.
Change directory into the backend folder:
cd backend/
Start the Go
backend
go run .
Build the Docker image:
docker build -t {potato} .
Run the container in detached mode:
docker run -p 4444:4444 -d {potato}
Now open the index.html
in your browser. That's it.