madoff-api is the RESTful HTTP backend for madoff v2 - a service for settling debts between you and your friends. It is written in Go and uses revel.
- Follow the Getting Started instructions for setting up Go and revel.
- Go get this repo,
go get github.com/Peksa/madoff-api
- Start the application,
revel run madoff-api
- The backend is now running on http://localhost:9000.