CIS 196 (Ruby on Rails) Final Project
Katie Jiang
git clone https://github.com/katiejiang/ruby-ohq.git
cd ruby-ohq
This assumes you have Ruby and Rails already installed.
bundle install
rails db:migrate
rails s
Then go to http://localhost:3000/.
CIS 196 (Ruby on Rails) Final Project
Katie Jiang
git clone https://github.com/katiejiang/ruby-ohq.git
cd ruby-ohq
This assumes you have Ruby and Rails already installed.
bundle install
rails db:migrate
rails s
Then go to http://localhost:3000/.