Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devite-io/shopware-bridge
- Owner: devite-io
- License: mit
- Created: 2024-11-03T12:37:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T21:51:46.000Z (2 months ago)
- Last Synced: 2024-11-11T04:29:02.953Z (about 2 months ago)
- Topics: honojs, mariadb, restful-api, shopware
- Language: TypeScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```