Skip to content

jspc/thing-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thing API

The Thing API provides a simple API for writing developer coding interviews against.

The API is described in docs/ in swagger format.

Running

This API is packaged and distributed as a docker image:

$ docker pull jspc/thing-api

It may be run as per:

$ docker run -p 8080:8080 jspc/thing-api

Building

The API can be built using the standard go toolchain, wrapped by Make:

$ make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published