Skip to content

yangwei888/signatures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

signatures

A simple RESTful API in Go.

See this blog post for an explanation on how to build your own.

Running the Server

Make sure you have MongoDB installed and running on a standard port.

src/signatures/ $ go install
src/signatures/ $ signatures
[martini] listening on :3000 (development)

Running the Tests

You'll need MongoDB running for these as well.

src/signatures/ $ ginkgo -r --randomizeAllSpecs -cover

About

API Server with 90%+ Test Coverage in 260 Lines of Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%