tonycituk / sicei-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sicei-go

gin-gonic rest api coded with go, powered with docker.

Build the app

docker build -t sicei-go:0.0.1 .

Run it

docker run -d -p 80:80 sicei-go:0.0.1

Test it

curl localhost:80/students

http response

About


Languages

Language:Go 80.4%Language:Dockerfile 19.6%