Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

astley92/payto-demo

Repository files navigation

Getting Started

  1. Add the required environment variables
    cat <<EOF >> config/application.yml
    ZEPTO_ENVIRONMENT: sandbox
    ZEPTO_API_KEY: your_key
    ZEPTO_ADAPTER_CLASS: Zepto::TestAdapter
    EOF
  2. Bundle install
    bundle install
    
  3. Create the db and seeds
    rails db:create && rails db:migrate && rails db:seed
  4. Run the app
    overmind start -f Procfile.dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published