This project is an API for the local RubyJax website. In its current form it list the current upcoming talks.
Clone the application:
clone git@github.com:rubyjax/RubyJaxRailsApi.git
cd RubyJaxRailsApi
Prepare your database:
rake db:create
rake db:migrate
You can run the test suite, which is RSpec based, by executing the following command:
rspec
rake db:seed
rails server