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.
-
Clone the repository
$ git clone git@github.com:andisugandi/poting.git
-
Change working directory to
poting
$ cd poting
-
Install Ruby Gems dependencies and start the web server:
$ bundle install $ bundle exec rackup
-
Using a browser, go to
http://localhost:9292
and you'll see the application running.