授業用画像投稿可能な掲示板

起動方法

コンテナ起動

docker compose up

テーブル作成

docker compose exec mysql mysql techc

以下のSQLを流し込む

CREATE TABLE hogehoge ...