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

https://github.com/devanandb/sfashions

eCommerce site for corporate products and jewelry.
https://github.com/devanandb/sfashions

Last synced: about 1 year ago
JSON representation

eCommerce site for corporate products and jewelry.

Awesome Lists containing this project

README

          

# sfashions

> eCommerce site for corporate products and jewelry.

## Build Setup

``` bash
# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

## Graphql query

{
allCategories {
id
name
description
slug
popular
products {
id
name
slug
code
cost
description
material
occasion
category {
name
slug
}
images {
url
title
}
sizes {
value
}
}
}
}