|
hace 2 años | |
---|---|---|
.idea | hace 2 años | |
flask_be | hace 2 años | |
site2 | hace 2 años | |
.gitignore | hace 2 años | |
Search Progetto 2023.zip | hace 2 años | |
Techman 4.doc | hace 2 años | |
downloadInDifferentTextFormat.html | hace 2 años | |
provaPacciani.html | hace 2 años | |
readme.md | hace 2 años | |
~$chman 4.doc | hace 2 años |
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)