Office Hours Queue

CIS 196 (Ruby on Rails) Final Project

Katie Jiang

Login page

Set up

Clone the repository

git clone https://github.com/katiejiang/ruby-ohq.git
cd ruby-ohq

Install packages

This assumes you have Ruby and Rails already installed.

bundle install

Create the database

rails db:migrate

Run the application

rails s

Then go to http://localhost:3000/.