# 启动后端 cd Backend/ export no_proxy="localhost,127.0.0.1" python main.py
* Serving Flask app 'main' * Debug mode: on INFO:werkzeug: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:8080 * Running on http://172.21.207.11:8080 INFO:werkzeug:Press CTRL+C to quit INFO:werkzeug: * Restarting with stat WARNING:werkzeug: * Debugger is active! INFO:werkzeug: * Debugger PIN: 434-739-362
# 启动前端 cd ~/MoneyPrinter/Frontend/ python3 -m http.server 3000 Serving HTTP on 0.0.0.0 port 3000 (http://0.0.0.0:3000/) ...
# 启动消费者进程 cd ~/MoneyPrinter/Backend python worker.py