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

https://github.com/martincastroalvarez/shopify-storefront

Shopify store front with server-side rendering.
https://github.com/martincastroalvarez/shopify-storefront

javascript shopify

Last synced: about 1 month ago
JSON representation

Shopify store front with server-side rendering.

Awesome Lists containing this project

README

          

# Marseille

![alt-image](./wallpaper.jpg)

### Installation
```bash
virtualenv -p python3 .env
source .env/bin/activate
pip install -r requirements.txt
```

### Deployment
```bash
./bin/flake8.sh && ./bin/deploy.sh "master"
source .env/bin/activate python3 ./bin/build.py && python3 ./bin/upload.py
```

### Testing
```bash
curl -X GET \
-H "X-Api-Key: ${KEY}" \
-H "Content-Type: application/json" \
"https://gc6z11ywde.execute-api.us-west-2.amazonaws.com/master/v1/products" | jq
```