A social network for co op students at the University of Waterloo to discuss their rankings with each other.
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