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

https://github.com/kajilabteam/tepla_qrgenerate_api


https://github.com/kajilabteam/tepla_qrgenerate_api

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# QRコード生成API
テプラでQRコードを生成するAPIです

## 実行方法
### 1. サブモジュールのインストール

```shell
git submodule init && git submodule update --recursive
```

### 2. コンテナの起動

```shell
make up
```