A mini e-commerce application built with Rails 4.2 for purposes of teaching Rails by example.
jungle.mp4
- Run
bundle installto install dependencies - Create
config/database.ymlby copyingconfig/database.example.yml - Create
.envby copying.env.example - Run
bin/rake db:resetto create, load and seed db - Sign up for a Stripe account
- Put Stripe (test) keys into appropriate .env vars
- Run
rails sto start the server - To access admin menu, set admin user name and password in the .env file based on .env.example
Use Credit Card # 4242424242424242 with a valid future date and any 3-digit as CVC for testing success scenarios.
More information in their docs: https://stripe.com/docs/testing#cards



