Skip to content

jvkumar/stack_rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published