김효민 서순호 장유원 최원석
python3 -m venv .venv
source .venv/bin/activate
pip3 install djangorestframework
pip3 install Pillow # for image field
cd frontend
npm install --save-dev
back: 13.124.80.116:8000
front: 13.124.80.116:3000
release: 13.124.80.116:9000