Skip to content

andisugandi/poting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple voting system, based on Ruby/Sinatra

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages