Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leandroberetta/stoqr
Manage your stock scanning QR codes
https://github.com/leandroberetta/stoqr
go helm kubernetes openshift react redux typescript
Last synced: 6 days ago
JSON representation
Manage your stock scanning QR codes
- Host: GitHub
- URL: https://github.com/leandroberetta/stoqr
- Owner: leandroberetta
- Created: 2021-02-22T03:43:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T00:27:39.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T13:47:19.711Z (almost 2 years ago)
- Topics: go, helm, kubernetes, openshift, react, redux, typescript
- Language: Go
- Homepage:
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STOQR
Manage your stock scanning QR codes.
## Overview
![stoqr](./stoqr.png)
## Deployment
To deploy STOQR use the included Helm chart:
```bash
kubectl create namespace stoqrhelm install stoqr ./stoqr-chart --wait --set url=stoqr.veicot.io -n stoqr
```**NOTE**: Set the url variable accordingly.
As a result, you'll see the following output:
```
Manage your stock scanning QR codes.____ _____ ___ ___ ____
/ ___|_ _/ _ \ / _ \| _ \
\___ \ | || | | | | | | |_) |
___) || || |_| | |_| | _ <
|____/ |_| \___/ \__\_\_| \_\Visit the application at http://stoqr.veicot.io
```