ShankyTiwari / connecting-golang-app-to-mongodb

How to connect and use MongoDB as database with GO lang.

Home Page:https://www.codershood.info/2020/02/15/golang-and-mongodb-connection-tutorial/

Repository from Github https://github.comShankyTiwari/connecting-golang-app-to-mongodbRepository from Github https://github.comShankyTiwari/connecting-golang-app-to-mongodb

connecting-golang-app-to-mysql

How to connect and use MySql as databse with GO lang.

Installtion

Below command will Install all the dependencies recursively.

go get -d ./...

Starting the GO server

Use the below command to create executable and the run executable.

go build

About

How to connect and use MongoDB as database with GO lang.

https://www.codershood.info/2020/02/15/golang-and-mongodb-connection-tutorial/


Languages

Language:Go 69.0%Language:HTML 16.6%Language:JavaScript 14.5%