Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binarin/vc_demo_shop
https://github.com/binarin/vc_demo_shop
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binarin/vc_demo_shop
- Owner: binarin
- License: mit
- Created: 2014-05-08T11:23:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T20:19:59.000Z (over 10 years ago)
- Last Synced: 2024-10-13T18:43:35.372Z (3 months ago)
- Language: PHP
- Size: 250 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vc_demo_shop
============CREATE TABLE orders(
id serial primary key,
amount float not null,
status text not null default 'new',
notifications text
);heroku config:set VC_URL=http://.../pay VC_SERVICE_ID=... VC_SECRET='...'
heroku config:set PUBLIC_URL='http://vc-demo.herokuapp.com/'