Skip to content

SongGwanSeok/Code-Analysis-Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-Analysis-Server

FastAPI를 사용한 파이썬 코드 분석 서버

개발 환경

개발언어 : python 3.11

✅ run

  1. 프로젝트 다운로드
    git clone https://github.com/Co-due/Code-Analysis-Server.git

  2. 라이브러리 다운로드
    pip install -r requirements.txt

  3. 실행
    uvicorn app.main:app --reload


❌ 실행 안될 시

오류 1. [Errno 48] Address already in use

  1. 8000포트 사용하는 프로세스 찾기
    lsof -i:8000
  2. 해당 프로세스 강제 종료
    kill -9 [pid번호]

About

FastAPI를 사용한 파이썬 코드 분석 서버

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%