Skip to content

Latest commit

 

History

121 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Applion-Server

Applion page for server

초기 셋팅

1. 로컬 레포지토리 생성

git clone https://github.com/Applion-11th/Applion-Server.git

2. 가상 환경 생성 및 실행

  • 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

실행

1. 가상 환경 실행

위 초기 셋팅에서 진행했을 경우 넘어간다

  • Windows
cd Applion-Server
source venv/Scripts/activate
  • Mac
cd Applion-Server
source venv/bin/activate

2. 환경 변수 설정

manage.py가 있는 폴더 내에 .env 파일을 생성해 노션에 있는 환경변수 값을 넣어준다.

About

Applion page for server

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages