Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyakatz/color_chooser
https://github.com/ilyakatz/color_chooser
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilyakatz/color_chooser
- Owner: ilyakatz
- Created: 2014-08-18T17:03:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-18T17:03:46.000Z (over 10 years ago)
- Last Synced: 2024-10-16T15:32:00.893Z (3 months ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prerequisites
- rubygems
- redis# Set it up
`git clone [email protected]:katzmopolitan/color-chooser.git`
`gem install bundler`
`bundle install`
# Start the server
This will start the server and kick off the job that is responsible for populating the color queue
`foreman start`
# Running test
`rspec`
# Open the color chooser page
http://localhost:3000/colors
# Monitor the job
http://localhost:3000/sidekiq