클론할 폴더 생성 후 vs code 실행
git clone https://github.com/likelionsg/11th_DRF_Session.git .
윈도우는 git bash 터미널에서 해주세요
mkdir .venv
pipenv install
pipenv shell
python3 manage.py makemigrations
python3 manage.py migrate --run-syncdb
python3 manage.py createsuperuser
git checkout -b blogapiview origin/blogapiview
git checkout -b viewset origin/viewset
git checkout -b router origin/router
git checkout -b override origin/override
git switch main