Another link shortener. It isn't a problem that deserves solving and it sure is not rocket science, but thats not the purpose. This is simply a small project used by me to learn a bit more about Svelte and Golang as a web platform.
git clone https://github.com/schaermu/hpfr-shortener.git
docker-compose up -d
make start
Run docker build .
to build a production-ready, distroless-based docker image. The latest version of the application is also published to the Github Registry.
make test
make test-svelte
make test-go
make watch
make watch-svelte
make watch-go