https://github.com/kajilabteam/xr-project-area-estimation-server
https://github.com/kajilabteam/xr-project-area-estimation-server
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kajilabteam/xr-project-area-estimation-server
- Owner: kajiLabTeam
- Created: 2024-02-19T14:53:11.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-12T05:01:16.000Z (over 2 years ago)
- Last Synced: 2024-04-20T11:31:52.752Z (over 2 years ago)
- Language: Python
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# エリア推定サーバ
> [!IMPORTANT]
> 環境変数は[こちらから](https://kjlb.esa.io/posts/5242)確認してください
## 実行方法
### DBコンテナの立ち上げ
```bash
make up
```
### モジュールインストール
`pipenv`が入っていない場合
```bash
brew install pipenv
```
```bash
pipenv install
```
### 仮想環境にログイン
```bash
pipenv shell
```
### サーバの実行
```bash
python src/main.py
```
## その他
### DBコンテナに入りたいとき
```bash
make db
```