Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.06 KB

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