Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shankytiwari/connecting-golang-app-to-mongodb
- Owner: ShankyTiwari
- Created: 2020-02-08T06:56:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T06:59:11.000Z (almost 5 years ago)
- Last Synced: 2023-03-02T01:11:53.777Z (almost 2 years ago)
- Topics: go-mongo, go-mongo-driver, golang-mongodb, mongodb
- Language: Go
- Homepage: https://www.codershood.info/2020/02/15/golang-and-mongodb-connection-tutorial/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```