Skip to content

Sid-web6306/Rest_api-with-go-and-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest_api-with-go-and-mongodb

Rest Api with Golang and Mongodb-Database

  • HTTP Router
  • CRUD Operations
  • Mongodb Supported driver with Golang

Dependencies

  • go get -u github.com/gin-gonic/gin
  • go get go.mongodb.org/mongo-driver/mongo

Operations

  • Creating and Instering a Person Information into Database Create and Insert Person Info
  • Fetching Person Info API ALL DATA of Person API
  • Search Person Information By its name Search Person name

Build

go build

Run

go run main.go

Releases

No releases published

Packages

No packages published

Languages