Skip to content

architgupta13/go-microservice-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Microservice Boilerplate

Creating microservices is a new "Hello World" program in the process of learning a language. Writing an HTTP API endpoint, connecting to a database, structuring project files and containerizing the web application are a few essential things that serve as minimum useful proficiency on a programming language.

The aim of this project is to help accelerate the process for people learning Golang/Go.

The following dependencies are used in this project:

|-------------------------------------|--------------------------------------------|--------------|
|             DEPENDENCY              |                  REPO-URL                  |   LICENSE    |
|-------------------------------------|--------------------------------------------|--------------|
| github.com/go-kit/log               | https://github.com/go-kit/log              | MIT          |
| github.com/gorilla/mux              | https://github.com/gorilla/mux             | BSD 3-Clause |
|-------------------------------------|--------------------------------------------|--------------|
  1. Go-kit/log - Logging interface
  2. Gorilla/Mux - HTTP web framework

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages