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

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

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
```