This is an e-commerce site that allows users to add products to a shopping cart and integrates with the Stripe API to accept payments
See the live site here: https://the-shelf-ecommerce.herokuapp.com/
- cd into the project folder on your local machine and then run:
bundle install
- Make sure postgres is running and then enter the following commands in the terminal:
$ rake db:create
$ rake db:migrate db:test:prepare
$ rake db:seed
- Run this command in the terminal to launch the server:
rails s
- Open your browser and enter
localhost:3000
as the URL path.
You may need to run the following command if you run into seeding issues with the database:
rake db:reset
Please feel free to contact me at [email protected]
- Bootstrap
- Postgres
- Ruby
- Rails
- Stripe API
This software is licensed under MIT license.
Copyright (c) 2017 Jason Ainsworth and Nick Powell