Skip to content

r7kamura/tqchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TQChain

API server for TQKey.

Usage

Set up

At first you need to install required gems into your local machine to develop TQChain.

$ bundle install

Try API

The handy CLI HTTP Client plz help you try to test the API.

$ plz list user

Deployment

We are using Heroku to deploy TQChain.

$ git push heroku master

MongoLab Add-on

TQChain requires MongoLab heroku add-on

$ heroku addons:add mongolab

Docs

See the API Documentation.

Docs generation

If any change is added to schema.yml, you should update the api.md by the following command.

$ bundle exec jdoc schema.yml > api.md

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages