Skip to content

Sample application for integrating Rails with the Zype Platform

License

Notifications You must be signed in to change notification settings

zype/zype-rails

Repository files navigation

Zype Rails Template App

This is a boilerplate Rails App using the Zype Platform and Zype Gem.

Setup

  1. You will need your Zype API and Player keys. You can find these in the Zype Platform under the 'Settings' menu.

Alt text

  1. Clone the repo

  2. Run 'bundle install' to install dependencies.

  3. Run 'rake db:create' to create the database.

  4. This application uses dot-env to store keys. Create a .env file at the root of the app and set the following environment variables:

  • SECRET_KEY_BASE: Run 'rake secret' to create a key.
  • ZYPE_API_KEY: Your Zype API Key
  • ZYPE_PLAYER_KEY: Your Zype Player Key

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

About

Sample application for integrating Rails with the Zype Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published