A Rails 4.0 app that serves as the backend for the GetYourCrayon extension for Chrome.
Clone the repository to your local machine. Run bundle
from the root directory of the application in terminal. Run rake
to setup your database. Run rails server
to start the server on localhost:3000
.
This app is designed to run in tandem with the GetYourCrayon extension for Chrome. Installation instructions can be found on that repo.
Tests are run using RSpec. From the root directory of the application, run rspec spec
. Good luck!