Skip to content

nburt/one_feed

Repository files navigation

Build Status Code Climate

OneFeed is a social media aggregator that allows users to stream multiple social media accounts and post back to them.

Initial Setup

  1. Change scripts/create_databases.sql to create both your development and test databases.
  2. Create a .env file and add your apps API keys and API secrets. You will need to register your app for each social media site. See the .env.example file.

You will also need to add a SendGrid username and password to your production environment variables in order to send emails. This will look something like this:

SENDGRID_PASSWORD:<YOUR SENDGRID PASSWORD>
SENDGRID_USERNAME:<YOUR SENDGRID USERNAME>

Development

  1. bundle install
  2. Create the databases by running psql -d postgres -f scripts/create_databases.sql
  3. Run migrations using rake db:migrate and RAILS_ENV=test rake db:migrate
  4. Run Ruby tests using rspec or rake spec
  5. Run Javascript tests using rake jasmine and opening your browser to localhost:8888

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors