Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zapnap/voting

Open Vote Web Service
https://github.com/zapnap/voting

Last synced: about 2 months ago
JSON representation

Open Vote Web Service

Awesome Lists containing this project

README

        

= Open Vote Web Service

Work in progress.

== Configuration

Dependencies and all configuration is done in environment.rb. Your database is also set up here. DataMapper will use sqlite3 by default. Tests use the sqlite3-memory adapter (no configuration needed).

If you're missing some of the required gems, you can install them with rake gems:install

== Testing

Add your specs in spec; just require spec_helper.rb to pre-configure the test environment. A number of samples are provided (including a sample model, which can be removed). To run the specs:

rake spec

== Getting Started

rake db:migrate
ruby bin/run.rb