Winkeltje84 / toc_bears

Ruby on Rails project for Taste of Code website
2 stars 0 forks source link

Taste of Code

Bears Group

About

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.

Running Locally

Make sure you have Ruby and Bundler installed. You should also have a Postgresql databse running.

  1. git clone git@github.com:Winkeltje84/toc_bears.git
  2. cd toc_bears
  3. bundle install
  4. rails db:create db:migrate db:seed
  5. rails server
  6. Go to your localhost on port 3000(default)

Related Documentation