Skip to content

sbramin/apione

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Route One

Building a basic rest API in Go

Setup

Just for fun, apione can run in a scratch container, which results in a fully functioning 3.9MB container

go get github.com/sbramin/apione
cd $GOPATH/src/github.com/sbramin/apione
go build -ldflags "-s" .
docker build . --tag apione
docker run --name apione  -p 8080:8080 -d apione

About

Api Route One

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages