Backend user query

made express func to create user, read user table with url,
This commit is contained in:
Mann Patel
2025-03-11 16:44:25 -06:00
parent fed0193912
commit 76f2fd7b7e
2 changed files with 49 additions and 9 deletions

View File

@@ -41,5 +41,3 @@ func main() {
fmt.Printf("Similarity with product %d: %f\n", i, sim)
}
}