/UWranks

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

Primary LanguageRubyMIT LicenseMIT

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