satyadeepk / notecase

A closed wallet microservice

Home Page:http://docs.notecase.apiary.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notecase

Docs: http://docs.notecase.apiary.io

Deployment

Deploy

Installation

git clone https://github.com/sudhirj/notecase.git
cd notecase
bundle install
bin/rake db:create:all
bin/rake db:migrate

And then

bin/rails s

to run the server locally, or

bundle exec guard 

to hack on the wallet itself and run tests continuously.

About

A closed wallet microservice

http://docs.notecase.apiary.io

License:MIT License


Languages

Language:Ruby 80.3%Language:API Blueprint 19.7%