Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 596 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 596 Bytes

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.