Francesco 0f4ffe9143 gitignore + docs | před 1 rokem | |
---|---|---|
db | před 1 rokem | |
flask_be | před 1 rokem | |
site2 | před 1 rokem | |
test_suite | před 1 rokem | |
.gitignore | před 1 rokem | |
Prova_Docker.md | před 1 rokem | |
Search Progetto 2023.zip | před 1 rokem | |
Techman 4.doc | před 1 rokem | |
downloadInDifferentTextFormat.html | před 1 rokem | |
provaPacciani.html | před 1 rokem | |
readme.md | před 1 rokem |
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