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パターン、各ユニットテストのベース作成
- Host: GitHub
- URL: https://github.com/naitoyuma7110/layeredarchitect
- Owner: naitoyuma7110
- Created: 2024-02-19T10:48:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T04:34:34.000Z (about 2 years ago)
- Last Synced: 2025-04-06T01:32:22.846Z (about 1 year ago)
- Topics: flask, python3, sqlalchemy
- Language: Python
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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