
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
4주차 두 번째 강의 듣고 따라하는 중인데, 코드스니펫 넣고 실행했더니 아래와 같은 결과가 나오구요. 크롬 창에도 엑세스가 거부되었다고 뜹니다..

작성한 코드 및 에러 메세지
/Users/bes/Desktop/sparta/projects/prac/venv/bin/python /Users/bes/Desktop/sparta/projects/prac/app.py
* Serving Flask app 'app'
* Debug mode: on
Address already in use
Port 5000 is in use by another program. Either identify and stop that program, or start the server with a different port.
On macOS, try disabling the 'AirPlay Receiver' service from System Preferences -> Sharing.
종료 코드 1(으)로 완료된 프로세스
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
