pinna df8ea82ba4 Polars introduced. Many tests needed. | vor 6 Monaten | |
---|---|---|
db | vor 1 Jahr | |
flask_be | vor 6 Monaten | |
site2 | vor 6 Monaten | |
test_suite | vor 9 Monaten | |
.gitignore | vor 6 Monaten | |
Prova_Docker.md | vor 1 Jahr | |
Search Progetto 2023.zip | vor 1 Jahr | |
Techman 4.doc | vor 1 Jahr | |
downloadInDifferentTextFormat.html | vor 1 Jahr | |
provaPacciani.html | vor 1 Jahr | |
readme.md | vor 1 Jahr | |
server_readme.md | vor 1 Jahr |
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