Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devite-io/shopware-bridge

Bridge to access the Shopware API from public environments.
https://github.com/devite-io/shopware-bridge

honojs mariadb restful-api shopware

Last synced: 18 days ago
JSON representation

Bridge to access the Shopware API from public environments.

Awesome Lists containing this project

README

        

# Shopware Bridge

API to access Shopware's REST API from public environments.

## Setup

```bash
pnpm install
```

## Development Server

Development server is available at `http://127.0.0.1:8080`.

```bash
pnpm dev
```

## Build for production

```bash
pnpm build
```

## Run in production

```bash
node dist/app.mjs
```