Bookit is my first Ruby on Rails app created in Penn State's IST 297G - Introductory Design Studio. The app would allow Penn State students to market their textbooks via listings. It features full search functionality and an out of the box messaging solution.
Clone the repository
git clone https://github.com/shwheelz/bookit
Install gem dependencies
bundle install
Run database migrations
rake db:migrate RAILS_ENV=development
Generate your secret key, paste it in secrets.sample.yml, then rename the file to secrets.yml
bundle exec rake secret
Start the rails server and begin selling!
rails s
Navigate to http://localhost:3000 in any web browser