Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nabidam/gin-starter

Gin starter project, with mysql, gorm, viper, nginx, and docker
https://github.com/nabidam/gin-starter

docker gin golang gorm nginx swagger viper

Last synced: about 14 hours ago
JSON representation

Gin starter project, with mysql, gorm, viper, nginx, and docker

Awesome Lists containing this project

README

        

# gin-starter
Gin starter project, with mysql, gorm, viper, nginx, and docker

You can clone the project and run command:
```bash
sudo docker compose up -d
```
So docker pulls the images, and serves mysql, project and nginx.
You can access the project through your explorer and address [http://localhost](http://localhost).

Also you can change exposed ports, volumes of the containers, and the rest configs as you need.
Environment file `.env` located in `/cmd/server/` directory, so you can change env keys there.

Then start developing your idea...

Any comment or contribution would be appreciated :)