An open API service indexing awesome lists of open source software.

https://github.com/fiftin/spreecommerce-demo

Spree Commerce 3.0 Demo
https://github.com/fiftin/spreecommerce-demo

spree spree-commerce spree-ecommerce spreecommerce

Last synced: about 1 year ago
JSON representation

Spree Commerce 3.0 Demo

Awesome Lists containing this project

README

          

![Logo](https://spreecommerce-demo.herokuapp.com/assets/logo/spree_50-1c7335be355d4672a35c5023956d0c883f254831f3e3dae3f2ca05976ceb5e50.png)

Source code of website which demonstrates abilities of [Spree Commerce 3.0](https://github.com/spree/spree/tree/3-0-stable) engine on Rails 4.2.

The demo website includes next extensions:

* [spree_amazon_like_dropdown](https://github.com/fiftin/spree_amazon_like_dropdown/tree/3-0-stable) — Amazon-like dropdown menu
* [spree_add_to_cart_ajax](https://github.com/fiftin/spree_add_to_cart_ajax/tree/3-6-stable) — Add item to cart with using AJAX

### How to run?

```
git clone https://github.com/fiftin/spreecommerce-demo
cd spreecommerce-demo
rake db:migrate
rails server
```