seanski / nashville-developers

This is the app that we will be building in the Ruby on Rails Beginner's Meetup
7 stars 9 forks source link

Nashville Developers Directory

A directory of Nashville, TN area developers.

Installation

Clone from github:

git clone https://github.com/seanski/nashville-developers.git

Create the database.yml and oauth.yml files

Create a new facebook app:

Go to developers.facebook.com Create a new app For development, point app to localhost:3000 Put the facebook key you get in the oauth.yml file.

Install your bundle

bundle install

Configure the development database

rake db:create rake db:migrate

Run the server

rails server