Skip to content

andreasblomqvist/User-Service-Golang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go REST API

This repo helps you get started with Go development with a Docker container env.

To get started , clone the repo.

Build the application

    docker build -t myapp .

Deploy the container

    docker run --publish 6060:9091 --name myapp --myapp

TODO :

  • Extract the Mongo URL's from the Repositories. ie. /app/repos/UserRepository

About

Go RESTful API with Dockerfile for deployments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.3%
  • Dockerfile 6.7%