implemented critical features in Restful Golang API which'll handle Neo4j interactions.

This commit is contained in:
2025-05-10 22:34:12 -06:00
parent bd59f428ba
commit 228cf1137b
9 changed files with 797 additions and 17 deletions
+1
View File
@@ -3,6 +3,7 @@ module the.hub/m
go 1.24.2
require (
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/neo4j/neo4j-go-driver/v5 v5.28.0 // indirect