kora c61bb20cb1 Dockerfiles, Dockerfiles? | hace 1 año | |
---|---|---|
db | hace 1 año | |
flask_be | hace 1 año | |
site2 | hace 1 año | |
test_suite | hace 1 año | |
.gitignore | hace 1 año | |
Prova_Docker.md | hace 1 año | |
Search Progetto 2023.zip | hace 1 año | |
Techman 4.doc | hace 1 año | |
downloadInDifferentTextFormat.html | hace 1 año | |
provaPacciani.html | hace 1 año | |
readme.md | hace 1 año | |
server_readme.md | hace 1 año |
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