Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andisugandi/poting
- Owner: andisugandi
- License: gpl-3.0
- Created: 2016-11-19T04:21:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T04:04:34.000Z (about 7 years ago)
- Last Synced: 2024-11-12T15:20:50.725Z (2 months ago)
- Topics: ruby, sinatra-applications, sinatra-web
- Language: JavaScript
- Homepage:
- Size: 395 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 rackup4. Using a browser, go to `http://localhost:9292` and you'll see the application running.