Like List
Getting Started
- This application relies on using Instagram as a third party provider for authentication. As such, you will need to obtain an application key/secret pair from Instagram
- Copy
config/application.example.yml
toconfig/application.yml
and add values for each key. - Run
bundle && rake db:migrate && rake
to install the application's dependencies, create the database, and run the tests.
Dependencies
- ruby
- redis
- postgresql
Running the site
bundle exec rails s
Running sidekiq
bundle exec sidekiq -q default -q low_priority
Credits
The template for this application was generated with the rails_apps_composer gem provided by the RailsApps Project.