Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.
Katie McLaughlin edited this page Dec 11, 2014 · 1 revision

Machiavelli comes bundled with a sample endpoint for demonstration purposes.

To invoke:

gem install sinatra sinatra-reloader
ruby simple_endpoint

# New terminal
bundle exec rails server

# Browser
open http://localhost:3000

The config/settings/development.yml file is already configured to use this sample endpoint as a data store.

Clone this wiki locally