Skip to content

A RESTful API written in Golang for learning purposes.

Notifications You must be signed in to change notification settings

jonsjava/hank-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hank-api

A RESTful API written in Golang for learning purposes.

#Build and Test

Build & Docker

You can build this project in two ways:

  • golang: go build
  • docker: docker build .
  • Testing: go test

Usage

To start the server: ./hank-api

To run the locally generated image:

docker run -p 8080:8080 hank-api:latest

curl http://127.0.0.1:8080

About

A RESTful API written in Golang for learning purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages