- Shopify Application Development
- Michael Larkin
- 243字
- 2021-07-16 11:52:16
What this book covers
Chapter 1, Getting Started with Shopify, covers the basic functionality of Shopify and then explains the difference between private and public apps. A brief overview of the API and webhook systems is provided. The chapter then wraps up with a few thoughts on how to get started with building an app.
Chapter 2, Setting Up, focuses on setting up the reader's development environment, installing Ruby, Rails, and a few other requisite Gems. It shows us how to create a standard Rails site, update it with Twitter Bootstrap, and check it with source control. The chapter wraps up with instructions on how to deploy to Heroku for scalable web hosting.
Chapter 3, Building a Private App, covers the integration with Shopify's API in order to retrieve product and order information from the shop. The UI is then streamlined a bit before the logic to create a contest is created.
Chapter 4, Going Public, shows us how to refactor the existing app to support multiple Shopify accounts simultaneously. It then shows us how to hook into the installation process as well as how to subscribe and process webhooks.
Chapter 5, App Billing and Publication, completes the app by adding a free and paid plan and demonstrates how to setup a recurring charge via the Shopify Billing API. The chapter wraps up by explaining the process for publishing the app in the App Store so that the storeowners can install it automatically.
- C語言程序設計(第2 版)
- 算法零基礎一本通(Python版)
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- NumPy Essentials
- Web Application Development with MEAN
- Building a Recommendation Engine with Scala
- Expert Data Visualization
- Android程序設計基礎
- OpenCV 3 Blueprints
- 零基礎學Python編程(少兒趣味版)
- Java Web從入門到精通(第2版)
- TypeScript全棧開發
- Getting Started with Web Components
- RESTful Web API Design with Node.js
- Hadoop Blueprints