Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samlau95/whs_vote
App for WHS to use for school-wide voting.
https://github.com/samlau95/whs_vote
Last synced: about 1 month ago
JSON representation
App for WHS to use for school-wide voting.
- Host: GitHub
- URL: https://github.com/samlau95/whs_vote
- Owner: SamLau95
- Created: 2013-06-25T03:22:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-20T04:31:58.000Z (about 11 years ago)
- Last Synced: 2024-11-05T09:51:12.926Z (3 months ago)
- Language: Ruby
- Homepage: whsvote.herokuapp.com
- Size: 855 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WHS Vote
This is WHS Vote, an app developed for Whitney High School to use for school-wide voting events with the goal of providing a mobile-based outlet to increase student participation in WHS elections. Written using Rails version 3.2.1 and Ruby version 1.9.3
If you want to set up the app on your local machine, you may clone the repo using
```git clone https://github.com/SamLau95/whs_vote.git```Then set up the app using
```
bundle install
bundle exec rake db:migrate
bundle exec rake db:populate
```
You may then start the server by running```rails server```
To run the test suite:
```
bundle exec db:test:prepare
bundle exec rspec
```Candidate categories are implemented in the Category class. To add your own categories inherit from Category and override the ```self.categories_for``` method.
Questions/Comments? Send me an email at [email protected]