/blog-example-api-communication-rails

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Blog-api-example

Example rails app to show communication between rails and c++

image in seeds from http://commons.wikimedia.org/wiki/File:Koala%27s_March.jpg

Usage

  1. run bundle install to install all necessary gems
  2. create your own config/database.yml (look at config/database.yml.example)
  3. run bundle exec rake db:create db:migrate db:seed to prepare database
  4. run bundle exec rails s to start the server