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.
- Docker to running this project.
- MongoDB client (Robo 3T, MongoDB Compass or what ever you want to use) to access database.
$ git clone https://github.com/IOsonoTAN/go-boilerplate.git;
$ cd go-boilerplate;
$ docker-compose up;