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

https://github.com/kkrishguptaa/workshop-docker-multistage-builds

Workshop on Docker Multistage Builds 🧑🏻‍💻
https://github.com/kkrishguptaa/workshop-docker-multistage-builds

Last synced: about 2 months ago
JSON representation

Workshop on Docker Multistage Builds 🧑🏻‍💻

Awesome Lists containing this project

README

        

# go-gin-api-template

Template of an `hello world` API written in Go using Gin framework. For use as a starting point for workshop projects.

## Built With

- [Go](https://golang.org/)
- [Gin](https://github.com/gin-gonic/gin)
- [Docker](https://www.docker.com/)

## File Structure

- `main.go`: main file of the project, contains the main function and the router setup
- `go.mod`: contains the dependencies of the project
- `go.sum`: contains the checksums of the dependencies
- `Dockerfile`: contains the instructions to build the docker image