pauldix / example-activity-service

A small Sinatra web service for activity feeds. This serves as an example for building SOAs in Ruby.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is a small example of a lightweight web service in Sinatra. The service is intended to store the activity feed for a social site of some sort.

Installation

Download the source. Run the following steps:


rake install:gems
rake db:migrate

  1. run the server
    ruby app.rb

Usage

Check spec/app_spec.rb for usage.

About

A small Sinatra web service for activity feeds. This serves as an example for building SOAs in Ruby.


Languages

Language:Ruby 100.0%