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

https://github.com/kajilabteam/xr-project-object-server


https://github.com/kajilabteam/xr-project-object-server

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# オブジェクトサーバ

> [!IMPORTANT]
> 環境変数は[こちらから](https://kjlb.esa.io/posts/5239)確認してください

## 実行方法
### DBコンテナの立ち上げ
```bash
make up
```
### モジュールインストール
```bash
npm i
```

### サーバの実行
```bash
npm start
```

## その他
### DBコンテナに入りたいとき
```bash
make db
```