Skip to content
forked from rgorel/pumpkins

Example API that i showed on kiev.rb #3

Notifications You must be signed in to change notification settings

vermaxik/pumpkins

 
 

Repository files navigation

Pumpkins API

Example app presented on kiev.rb #3 by Roman Gorel

Installation

$ echo '127.0.0.1 api.pumpkins.ua' | sudo tee -a /etc/hosts 
$ git submodule init
$ git submodule update
$ cd ruby-jwt/
$ bundle
$ rake build_gemspec
$ cd ..
$ bundle
$ rake db:setup
$ rails s

Note

Submodules and build gemspec for ruby-jwt is needed to get the cutting edge JWT version with expiration support. It's not yet uploaded to rubygems.org at the moment of writing.

About

Example API that i showed on kiev.rb #3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.0%
  • CSS 9.7%
  • Ruby 6.3%