Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andisugandi/poting

A simple voting system, based on Ruby/Sinatra
https://github.com/andisugandi/poting

ruby sinatra-applications sinatra-web

Last synced: 7 days ago
JSON representation

A simple voting system, based on Ruby/Sinatra

Awesome Lists containing this project

README

        

# Poting

Poting is a simple Ruby/Sinatra (web) application to demonstrate a voting system, based on the [Create your first voting app with Sinatra](http://guides.railsgirls.com/sinatra-app) tutorial at Rails Girls Guides.

## Getting Started

1. Clone the repository

$ git clone [email protected]:andisugandi/poting.git

2. Change working directory to `poting`

$ cd poting

3. Install Ruby Gems dependencies and start the web server:

$ bundle install
$ bundle exec rackup

4. Using a browser, go to `http://localhost:9292` and you'll see the application running.