Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 369 Bytes

README.rdoc

File metadata and controls

19 lines (8 loc) · 369 Bytes

REST on Rails

Basic project to learn how make a REST WEBSERVICE on rails. Using MongoDB, Cucumber and RSpec

Getting Started

  1. Download and install mongodb or change config/mongoid.yml

  2. Run “rake cucumber” to know about all scenarios

  3. Run “rspec –format doc” to see the docs.

  4. Run “rails s” and use a program like “curl” to access the resources