Analytics API Example
Getting Started
install dependencies
bundle install
setup database
bundle exec rake db:migrate db:test:prepare
set app credentials
config/initializers/shopify_app.rb
start server
bundle exec rails s
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
app |
|
|
|
|
bin |
|
|
|
|
config |
|
|
|
|
db | ||
|
|
lib |
|
|
|
|
log | ||
|
|
public | ||
|
|
test | ||
|
|
vendor/assets | ||
|
|
.gitignore | ||
|
|
Gemfile | ||
|
|
Gemfile.lock | ||
|
|
Rakefile |
|
|
|
|
config.ru | ||
|
|
readme.md | ||
install dependencies
bundle install
setup database
bundle exec rake db:migrate db:test:prepare
set app credentials
config/initializers/shopify_app.rb
start server
bundle exec rails s