Skip to content

Josh2604/golang-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


API Users & Microservice in Go (golang)

CRUD example of users with Go and MongoDB

For Run Microservice Application

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.

About

CRUD of users with golang, Docker and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published