Initial backend api

This commit is contained in:
2024-09-25 20:36:09 +02:00
parent 646b683cbb
commit a135f28fd5
9 changed files with 219 additions and 132 deletions

5
backend/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module novamd
go 1.23.1
require github.com/go-chi/chi/v5 v5.1.0