Skip to content

Light0617/mongoDB_goLang_graphQL_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SetUP MongoDB

  • install mongoDB
  • launch mongoDB
  • use graphql1
  • db.createCollection("user")
  • db.user.insert({"name": "Arthur", "age":24, "city":"SD"}) ##must not capital!!

run go Server

  • go run main.go

About

this is an example for mongoDB goLang graphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages