Skip to content

anisharamnani/bffgroove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFFGroove

This is a data managing tool for a company so that they can view email analytics.

Up And Running

Fork and clone this repo
bundle install
rake db:migrate
Get MailChimp username, password, and api key from company, save it in config/application.yml file
In the rails console (rails c), run the following commands (in this order)
  List.import_lists
  noList = List.create(:name=>"No list") # this is for campaigns who do not have a list
  noList.id = 0
  noList.save!
  Campaign.import_response
  Campaign.group_campaigns
  GroupCampaign.aggregate
Start the server (rails s) and enjoy

About

we're grooving =]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •