A mini e-commerce application built with Rails 4.2.
- Rails 4.2 [Rails Guide]
- PostgreSQL 9.x
- Stripe
- Run
bundle install
to install dependencies - Create
config/database.yml
by copyingconfig/database.example.yml
- Create
config/secrets.yml
by copyingconfig/secrets.example.yml
- Run
bin/rake db:reset
to create, load and seed db - Create .env file based on .env.example
- Sign up for a Stripe account
- Put Stripe (test) keys into appropriate .env vars
- Run
bin/rails s
to start the server - Go to http://localhost:3000/ in your browser.