git clone https://github.com/Lion-11th-Team/jwt-oauth.git
cd jwt-oauth
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements
python3 manage.py migrategit clone https://github.com/Lion-11th-Team/jwt-oauth.git
cd jwt-oauth
python -m venv venv
source venv/Scripts/activate
pip install -r requirements
python manage.py migrate