Applion page for server
git clone https://github.com/Applion-11th/Applion-Server.git
- Windows
cd Applion-Server
python -m venv venv
source venv/Scripts/activate
pip install django
pip install -r requirements.txt
- Mac
cd Applion-Server
python3 -m venv venv
source venv/bin/activate
pip3 install django
pip3 install -r requirements.txt
위 초기 셋팅에서 진행했을 경우 넘어간다
- Windows
cd Applion-Server
source venv/Scripts/activate
- Mac
cd Applion-Server
source venv/bin/activate
manage.py가 있는 폴더 내에 .env 파일을 생성해 노션에 있는 환경변수 값을 넣어준다.