Go to file
2025-05-31 18:38:18 +03:00
.vscode first commit 2025-05-31 18:38:18 +03:00
app first commit 2025-05-31 18:38:18 +03:00
controllers first commit 2025-05-31 18:38:18 +03:00
directives first commit 2025-05-31 18:38:18 +03:00
generated first commit 2025-05-31 18:38:18 +03:00
gql first commit 2025-05-31 18:38:18 +03:00
helpers first commit 2025-05-31 18:38:18 +03:00
models first commit 2025-05-31 18:38:18 +03:00
resolvers first commit 2025-05-31 18:38:18 +03:00
services first commit 2025-05-31 18:38:18 +03:00
.dockerignore first commit 2025-05-31 18:38:18 +03:00
.gitignore first commit 2025-05-31 18:38:18 +03:00
Dockerfile first commit 2025-05-31 18:38:18 +03:00
generate.go first commit 2025-05-31 18:38:18 +03:00
go.mod first commit 2025-05-31 18:38:18 +03:00
go.sum first commit 2025-05-31 18:38:18 +03:00
gqlgen.yml first commit 2025-05-31 18:38:18 +03:00
main.go first commit 2025-05-31 18:38:18 +03:00
makefile first commit 2025-05-31 18:38:18 +03:00
model.conf first commit 2025-05-31 18:38:18 +03:00
readme.md first commit 2025-05-31 18:38:18 +03:00
router.go first commit 2025-05-31 18:38:18 +03:00
tools.go first commit 2025-05-31 18:38:18 +03:00

Go MongoDB Playground

just a playground to test mongodb driver with go lan

How to start ?

go run .

make sure to run below code before running go run generate.go

go get github.com/99designs/gqlgen