Currently a WIP may not work
A template for creating new Go "full-stack" web services. Powered by Nix package manager. We will leverage the reproducibility of Nix to build our Go web-service as a Nix package and then use Nix to build our Docker image.
The aim of this template is to focus mostly on using Go and needing to write as little frontend as needed especially JS/TS. Hence, even playwright tests for this project are written in Go. I am a back-end software developer hence I want to keep the front-end stack as simple as possible, i.e. not need to use node to install dependencies if possible.
gotestsum
as the test runnernix-shell -p copier
copier copy https://gitlab.com/hmajid2301/nix-go-htmx-tailwind-template banterbus