kexline4710 / DBC-Forum

First group project using Rails and RSpec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBC-Forum

This was the first DBC group project where we used Rails and RSpec testing. We created a simple Q/A site with upvote/downvote and login capabilities.

http://dbc-forum.herokuapp.com/

To Run

bundle install
rake db:create
rake db:migrate
rails server

(to run test suite)

rake spec 

Dependencies

  • RSpec for testing
  • PostgresSQL for database
  • Rails Version: 4.0.0
  • Ruby Version: 1.9.3

Collaborators

  • Meara Charnetzki
  • Kathryn Exline
  • Oliver Francescatti
  • Tanner Hartwig
  • Clay Morton

About

First group project using Rails and RSpec


Languages

Language:Ruby 94.4%Language:CSS 5.0%Language:JavaScript 0.7%