Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 777 Bytes

File metadata and controls

39 lines (32 loc) · 777 Bytes

UW Ranks

A social network for co op students at the University of Waterloo to discuss their rankings with each other.

  

  

Installation

Requirements

Ruby 2.5.1
Rails 5.1.4
Postgres 9.5

Start by cloning your fork

git clone https://github.com/YOUR-USERNAME/UWranks.git
cd UWranks.git

Install dependencies

bundle install

Setup Local Database

rake db:create
rake db:migrate

Run the Server

rails server

Navigate to https://localhost:3000