https://github.com/nutfes/seeft
シフト管理アプリ
https://github.com/nutfes/seeft
dart flutter go next postgresql react typescript
Last synced: 3 months ago
JSON representation
シフト管理アプリ
- Host: GitHub
- URL: https://github.com/nutfes/seeft
- Owner: NUTFes
- Created: 2022-04-02T09:36:53.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-20T07:29:00.000Z (4 months ago)
- Last Synced: 2026-02-20T11:52:52.586Z (4 months ago)
- Topics: dart, flutter, go, next, postgresql, react, typescript
- Language: Dart
- Homepage:
- Size: 4.63 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SeeFT
## Installation
``` fish
make build
make seed
```
## APIの起動
``` fish
make up-api
```
## mobileの起動
``` fish
cd ./mobile
docker build ./ -t seeft-mobile
docker run --detach --publish 45029:45029 seeft-mobile
```
## データベースの削除
``` fish
docker compose down -v
```
## Note
### 初期データの追加
``` fish
make seed
```
### データベースのみ起動
``` fish
make up-db
```
### Develop
git submodule update --init
### diを編集してからうまく動かないとき
一度コンテナをdownさせてからupし直してみてください。
## Author
NUTMEG(技大祭実行委員会情報局)
mail: nutfes.info [at] gmail