Flask App
1.0.0
project-root/
│
├── app.py
├── vercel.json
├── requirements.txt
├── static/
│ ├── css/
│ │ └── style.css
│ ├── js/
│ │ └── script.js
│ └── images/
│
└── templates/
└── index.html
git clone https://github.com/CodingCraftYT/Flask-App.gitcd project-root && pip install -r requirements.txtpython app.py隨時接觸問題或為該項目做出貢獻!