/frustrationme_app

Web Service - Social Wish Management

Primary LanguageRuby

frustration.me

Build Status Coverage Status

What is this?

Social Wishlist Service.

frustration.me

How to use

development

  • setting api
mv  config/secret_skel.rb config/secret.rb
vim config/secret_skel.rb
  • isntall gems
bundle install
  • start unicorn
bundle exec unicorn -c config/unicorn.rb -l 5000

Test

bundle exec rspec spec