Skip to content

ryichk/task-matrix

Repository files navigation

タスク・マトリックス アプリケーション

環境

OS

macOS Monterey v12.2.1

チップ

Apple M1

プログラミング言語

python v3.9.1

ライブラリ

その他、依存しているライブラリなどはrequirements.txtを参照してください。

venvについて

VSCode拡張機能

環境構築

ターミナルで実行してください。

git clone [email protected]:ryichk/task-matrix.git
cd task-matrix
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
export FLASK_ENV=development

DB作成

python -m flask init-db

Flaskサーバ起動

python -m flask run

127.0.0.1:5000へアクセス

DB GUIクライアント・サーバ起動

sqlite_web ./instance/app.sqlite

ユニットテスト実行

python -m pytest

テストのコードカバレッジ測定

coverage run -m pytest

Gitブランチ運用方法

  • 本体ブランチ:main
  • 検証環境ブランチ:staging
  • 作業ブランチ:feature/branch-name
  • バグ修正ブランチ:fix/branch-name

コミットテンプレートの設定

git config commit.template ./.commit_template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published