kora d7dae6f6a6 celaning | 1 рік тому | |
---|---|---|
db | 1 рік тому | |
flask_be | 1 рік тому | |
site2 | 1 рік тому | |
test_suite | 1 рік тому | |
.gitignore | 1 рік тому | |
Search Progetto 2023.zip | 1 рік тому | |
Techman 4.doc | 1 рік тому | |
downloadInDifferentTextFormat.html | 1 рік тому | |
provaPacciani.html | 1 рік тому | |
readme.md | 1 рік тому |
To get flask running (use Python 3, any version should do!):
[Optional but recommendend] Create and activate virtual environment by:
Install requirements: pip (or pip3) install -r requirements.txt OR pip (pip3) install -r requirements_freezed.txt
[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)
To avoid annoying CORS errors, if the PC complains, serve the site through a local server, for instance http-server on node.js