nanoRelation server DB(MongoDB)のインストール brew tap mongodb/brew brew install mongodb-community Python(3.11.5)のライブラリインストール cd server python -m pip install -r requirements.txt DBの起動 make db-start serverの起動 make server-start DBの停止 make db-stop