CRUD example of users with Go and MongoDB
Requeriments:
- Docker
- Go
- MongoDB
$ cd proyect_directory
$ docker-compose build
$ docker-compose up
Open in your browser: http://localhost:8236
For run service locally without micro service change in connection.go "mongo:27017" to "localhost:20017" and just run the app.