Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/binarin/vc_demo_shop


https://github.com/binarin/vc_demo_shop

Last synced: about 2 months ago
JSON representation

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/'