https://github.com/getconversio/woocommerce-test
A simple WooCommerce Rest API test app
https://github.com/getconversio/woocommerce-test
Last synced: 10 months ago
JSON representation
A simple WooCommerce Rest API test app
- Host: GitHub
- URL: https://github.com/getconversio/woocommerce-test
- Owner: getconversio
- License: mit
- Created: 2018-01-23T11:26:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T20:21:08.000Z (over 5 years ago)
- Last Synced: 2023-02-26T21:41:38.267Z (over 3 years ago)
- Language: JavaScript
- Homepage: https://conversio-woocommerce-test.herokuapp.com/
- Size: 998 KB
- Stars: 0
- Watchers: 11
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# woocommerce-test
A simple WooCommerce Rest API test app
## Install
```
$ yarn install
```
## Run
```
$ yarn dev
```
You'll need an instance of Redis running. To test this with a real WooCommerce store, you'll need
something like ngrok to expose your localhost to the internet.
For styling purposes there's a static page that can be accessed at this url: `/return?fake=1`
## Config variables
```
REDIS_CONNECTION_STRING
ENFORCE_HTTPS = wether to force https
BASE_URL = overrides the localhost base url
```