Skip to content

IOsonoTAN/go-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Go Boilerplate

Hi there, here is a go boilerplate which is using MongoDB to be database, Gin to be an api framework and use a docker-compose to run as local with Docker.

What are using in the project?

Required

Clone and run with Docker

$ git clone https://github.com/IOsonoTAN/go-boilerplate.git;
$ cd go-boilerplate;
$ docker-compose up;

Docker ports expose

  1. Go's application will expose and listen to port 5000
  2. MongoDB's database will expose to port 29017

About

A Golang boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published