Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonytonyjan/brainana_shop
歐付寶 + Rails 串接範例網站
https://github.com/tonytonyjan/brainana_shop
Last synced: about 2 months ago
JSON representation
歐付寶 + Rails 串接範例網站
- Host: GitHub
- URL: https://github.com/tonytonyjan/brainana_shop
- Owner: tonytonyjan
- Created: 2015-02-08T02:00:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T09:50:56.000Z (almost 10 years ago)
- Last Synced: 2024-04-09T21:30:05.887Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 272 KB
- Stars: 29
- Watchers: 5
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 歐付寶金流串接示範網站 [![Build Status](https://semaphoreapp.com/api/v1/projects/ecd5c771-0608-4689-82ce-75b2a8398124/345386/badge.png)](https://semaphoreapp.com/tonytonyjan/brainana_shop)
本站主旨用於教學使用,並設計最小、可行的購物車系統。
- 使用 [`allpay_client`](https://github.com/tonytonyjan/allpay) 串接歐付寶。
- 使用 [`adminscaffold`](https://github.com/tonytonyjan/admin_scaffold) 產生後台。## 歐付寶測試信用卡
信用卡測試卡號:4311-9522-2222-2222
信用卡測試安全碼:222
信用卡測試有效年月:設定在未來時間即可## 啟動
```
git clone
cd brainana_shop
bundle
cp config/application.yml.example config/application.yml
bin/rake db:setup db:fixtures:load
rails server
```