https://github.com/dxavx/go_mongodb
bound micro service project ( Golang + MongoDB )
https://github.com/dxavx/go_mongodb
docker-compose golang mongo-express mongodb
Last synced: 3 months ago
JSON representation
bound micro service project ( Golang + MongoDB )
- Host: GitHub
- URL: https://github.com/dxavx/go_mongodb
- Owner: dxavx
- Created: 2020-03-25T19:58:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T19:55:02.000Z (about 3 years ago)
- Last Synced: 2024-10-06T01:22:59.961Z (over 1 year ago)
- Topics: docker-compose, golang, mongo-express, mongodb
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## go_mongodb

The project consists of MongoDB and Golang code that connects to the database. The project packaged in Docker and consists of three services: mongo, mongo-express (GIU ) and api. Golang code connects to the database, creates and reads a fixed structure.
Start: `bash build.sh`
Test: `curl http://localhost:8080/v1/url.insert`
Mongo-express `http://localhost:8081`
Stop: `bash purge.sh`
***