https://github.com/oprogramador/user-service-golang
An example CRUD app implemented with Golang and MongoDB
https://github.com/oprogramador/user-service-golang
Last synced: 5 months ago
JSON representation
An example CRUD app implemented with Golang and MongoDB
- Host: GitHub
- URL: https://github.com/oprogramador/user-service-golang
- Owner: oprogramador
- Archived: true
- Created: 2020-08-04T23:23:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T13:12:08.000Z (over 3 years ago)
- Last Synced: 2024-06-20T20:48:18.196Z (about 2 years ago)
- Language: Go
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# user-service-golang
[](https://opensource.org/licenses/MIT)
[](https://travis-ci.com/oprogramador/user-service-golang)
An example CRUD app implemented with Golang and MongoDB.
Currently, it has only creating, listing and deleting.
## run
run `go run server.go`
## test
run `go test -v ./...`
## license
MIT