Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shankytiwari/connecting-golang-app-to-mongodb

How to connect and use MongoDB as database with GO lang.
https://github.com/shankytiwari/connecting-golang-app-to-mongodb

go-mongo go-mongo-driver golang-mongodb mongodb

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.

```bash
go get -d ./...
```

## Starting the GO server

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

```bash
go build
```