※Web作成時は、Serverディレクトリ内でゴニョゴニョ
Dockerインストール必須
Windows環境の場合は要makeインストール
# make run
# make stop
.
├── Makefile
├── README.md
├── app
│ ├── Dockerfile
│ ├── requirements.txt
│ ├── src
│ │ ├── config
│ │ │ ├── __init__.py
│ │ │ └── default.py
│ │ ├── run.py
│ │ ├── server
│ │ │ ├── __init__.py
│ │ │ └── hoge
│ │ │ ├── __init__.py
│ │ │ └── hoge_api.py
│ │ └── tests
│ │ ├── __init__.py
│ │ └── test_hoge.py
│ └── uwsgi.ini
├── docker-compose.yml
└── nginx
├── Dockerfile
└── nginx.conf