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

https://github.com/naitoyuma7110/layeredarchitect

Flaskで3層model service controllerパターン、各ユニットテストのベース作成
https://github.com/naitoyuma7110/layeredarchitect

flask python3 sqlalchemy

Last synced: 2 months ago
JSON representation

Flaskで3層model service controllerパターン、各ユニットテストのベース作成

Awesome Lists containing this project

README

          

# Python 開発環境の構築

## Python 仮想環境(for windows)

pyenv 導入
https://qiita.com/probabilityhill/items/9a22f395a1e93206c846

pipenv 導入
https://zenn.dev/sql_geinin/articles/29f2b0a5c55db2

## pytest 設定(テストライブラリ)

チュートリアル
https://tech.nkhn37.net/pytest-basics/

各種設定
https://qiita.com/moshi/items/21a6ff0a20cd840f71ea

## Mypy 設定(静的コード解析)

mypy 導入
https://zenn.dev/k0kishima/articles/5466aaeb57be7a

SQLAlchemy への対応

- https://www.stackbuilders.com/blog/how-to-add-type-annotations-to-sqlalchemy-models/

## DDD 資料

https://www.youtube.com/watch?v=u_uKTDbUWh0