
강의를 몇번이고 따라해도 MongoDB Atlas에 데이터전송이 되지 않습니다. 도와주세요 ㅠ!
<app>

<index>

작성한 코드 및 에러 메세지
/Users/chaleejin/Desktop/sparta/projects/mars/venv/bin/python /Users/chaleejin/Desktop/sparta/projects/mars/app.py * Serving Flask app 'app' * Debug mode: on WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:5002 * Running on http://192.168.0.6:5002 Press CTRL+C to quit * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202 * Detected change in '/Users/chaleejin/Desktop/sparta/projects/mars/app.py', reloading * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202 * Detected change in '/Users/chaleejin/Desktop/sparta/projects/mars/app.py', reloading * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202 * Detected change in '/Users/chaleejin/Desktop/sparta/projects/mars/app.py', reloading * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202 * Detected change in '/Users/chaleejin/Desktop/sparta/projects/mars/app.py', reloading * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202 * Detected change in '/Users/chaleejin/Desktop/sparta/projects/mars/app.py', reloading * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202 * Detected change in '/Users/chaleejin/Desktop/sparta/projects/mars/app.py', reloading * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202 * Detected change in '/Users/chaleejin/Desktop/sparta/projects/mars/app.py', reloading * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202 * Detected change in '/Users/chaleejin/Desktop/sparta/projects/mars/app.py', reloading * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202 * Detected change in '/Users/chaleejin/Desktop/sparta/projects/mars/app.py', reloading * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202 * Detected change in '/Users/chaleejin/Desktop/sparta/projects/mars/app.py', reloading * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202 * Detected change in '/Users/chaleejin/Desktop/sparta/projects/mars/app.py', reloading * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202 127.0.0.1 - - [11/Oct/2022 11:16:12] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [11/Oct/2022 11:16:12] "GET /mars HTTP/1.1" 200 - 127.0.0.1 - - [11/Oct/2022 11:16:35] "POST /mars HTTP/1.1" 200 - 127.0.0.1 - - [11/Oct/2022 11:16:36] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [11/Oct/2022 11:16:36] "GET /mars HTTP/1.1" 200 - 127.0.0.1 - - [11/Oct/2022 11:19:12] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [11/Oct/2022 11:19:12] "GET /mars HTTP/1.1" 200 - 127.0.0.1 - - [11/Oct/2022 11:19:30] "POST /mars HTTP/1.1" 200 - 127.0.0.1 - - [11/Oct/2022 11:19:31] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [11/Oct/2022 11:19:31] "GET /mars HTTP/1.1" 200 - * Detected change in '/Users/chaleejin/Desktop/sparta/projects/mars/app.py', reloading * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202 127.0.0.1 - - [11/Oct/2022 11:20:14] "POST /mars HTTP/1.1" 200 - 127.0.0.1 - - [11/Oct/2022 11:20:15] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [11/Oct/2022 11:20:15] "GET /mars HTTP/1.1" 200 - * Detected change in '/Users/chaleejin/Desktop/sparta/projects/mars/app.py', reloading * Restarting with stat * Debugger is active! * Debugger PIN: 180-350-202
실행창 모습입니다.
