|
2 years ago | |
---|---|---|
.idea | 2 years ago | |
flask_be | 2 years ago | |
site2 | 2 years ago | |
.gitignore | 2 years ago | |
Search Progetto 2023.zip | 2 years ago | |
Techman 4.doc | 2 years ago | |
downloadInDifferentTextFormat.html | 2 years ago | |
provaPacciani.html | 2 years ago | |
readme.md | 2 years ago | |
~$chman 4.doc | 2 years ago |
To get flask running (use Python 3!):
[Optional but recommendend] Create and activate virtual environment by:
Install Flask + Flask-Cors (used to prevent annoying CORS error in local development) by executing:
[Optional] Activate Debug Mode by setting the environment variable:
Start the app by executing:
(vscode can do 3. and 4. automatically, and possibly the venv setup too)