- HTTP Router
- CRUD Operations
- Mongodb Supported driver with Golang
- go get -u github.com/gin-gonic/gin
- go get go.mongodb.org/mongo-driver/mongo
- Creating and Instering a Person Information into Database

- Fetching Person Info API

- Search Person Information By its name

go build
go run main.go