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