Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 414 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 414 Bytes

stack rest api

This repo contains two application demonstrating a simple api server and consumer.

Setup

$ git clone https://github.com/davidglivar/stack_rest_api.git
$ cd stack_rest_api/api
  => view/accept .rvmrc
$ bundle
$ ruby app.rb

In a new terminal window...

$ cd stack_rest_api/consumer
$ bundle
$ rails s

Hit localhost:3000 to see the consumer site