Skip to content

WebApp to visit local fitness classes - Ruby on Rails, MindBody API, Stripe Integration

License

Notifications You must be signed in to change notification settings

tgrrr/helloflexi

Repository files navigation

HelloFlexi

To run the application

  • Clone it to your local machine and cd into the directory
  • Run bundle install
  • In config/ update the filename of database.yml.example to database.yml
  • Update the filename of example.env to .yml at the root of the application
  • Run bundle exec rake db:create
  • Run bundle exec rake db:setup
  • Run rails s

For deploying to Heroku with Stripe

  • heroku create
  • heroku config:set PUBLISHABLE_KEY=<pk_test_your_publishable_key> SECRET_KEY=<sk_test_your_publishable_key>
  • git push heroku master
  • heroku open

For testing stripe payments

TODO items

About

WebApp to visit local fitness classes - Ruby on Rails, MindBody API, Stripe Integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published