Skip to content

nyc-bumblebees-2015/the-hive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Welcome to The HIVE

The Hive is a social networking site where software developers can find other developers to collaborate on side projects with. It uses an in-app messaging system for smooth, fast communication and a geolocation search to find projects in your city or zip code. Users can also search for projects by language or framework.

##Team Members:

##Live URL: Heroku

Installation

$ git clone [git-repo-url]
$ cd /the-hive
$ bundle
$ rake db:create
$ rake db:migrate
$ rake db:seed
$ rails s

##Technologies

  • Rails - a powerful and flexible framework for Ruby applications
  • jQuery UI - for our drop down, auto-complete menus
  • RSpec - for testing of features, controllers, and models
  • AJAX - for generating smoother results
  • Mailboxer - a Ruby gem for streamlined in-app communication
  • Google Geocoder API - an API that seamlessly records the latitude and longitude of any zip code or city
  • Materialize - a responsive frontend framework

Trello

Trello

Development

Want to contribute? Great! Feel free to create an issue or open a pull request!