started working on the backend

This commit is contained in:
z1glr
2025-01-07 16:37:37 +00:00
parent 03b2b0e206
commit c3bc06fe82
34 changed files with 1437 additions and 54 deletions

9
backend/main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"github.com/johannesbuehl/golunteer/backend/pkg/router"
)
func main() {
router.Listen()
}