containerize and add basic setup to backend

This commit is contained in:
2025-07-16 10:13:09 +01:00
parent faabae9ee0
commit a674f5641d
11 changed files with 256 additions and 4 deletions

View File

@ -0,0 +1,7 @@
package tests
import "testing"
func TestHello(t *testing.T) {
}