This is a Stack Overflow for GA students, allowing them to access their own community for coding help and advice. It's my third project developed during the Web Development Immersive course at General Assembly - London.
- Ruby 2.1.4
- Rails 4.2.0
- Psql 9.4.0
- Javascript
- jQuery
- Handlebars.js
- Foundation
- Haml
- Sass
Still a work-in-progress
Visit the Heroku App or clone the repo:
- Clone the project using the URL:
git@github.com:cddurbin/ga_open_forum.git
- Run
rake db:create db:migrate db:seed
bundle install
rails s