Live Demo: https://idea-box-rf.herokuapp.com
Single-page CRUD application with a Rails back-end (API) and JS/jQuery/AJAX front-end.
After cloning to your local machine, cd into the project directory and bundle
bundle
Initialize the database
rake db:{create,migrate}
Start a local server
rails s
In your browser, navigate to http://localhost:3000 to view the site.