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

https://github.com/lucasplopes/gin-greetings


https://github.com/lucasplopes/gin-greetings

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Docker build
```
docker build-t gin-greetings .
```

# Docker run
```
docker run -p 8080:8080 gin-greetings
```