/poting

A simple voting system, based on Ruby/Sinatra

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Poting

Poting is a simple Ruby/Sinatra (web) application to demonstrate a voting system, based on the Create your first voting app with Sinatra tutorial at Rails Girls Guides.

Getting Started

  1. Clone the repository

     $ git clone git@github.com: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.