Bears Group
This project is to replace the website for Codaisseur's Taste of Code event. The new site will allow:
The back-end is mostly feature-complete. On the front-end, the public Taste of Code page and landing page are both mostly feature-complete, but the company-related pages are still works-in-progress.
The team that worked on this are Bas Winkel, Anika Schwing, Lee Freeman, Wouter Leijdes, Vanessa Ho and Caroline Olijve.
Make sure you have Ruby and Bundler installed. You should also have a Postgresql databse running.
git clone git@github.com:Winkeltje84/toc_bears.git
cd toc_bears
bundle install
rails db:create db:migrate db:seed
rails server