Žiadny popis

francesco 4f9d75a565 Merge branch 'master' of http://dev.restore.ovi.cnr.it:3000/TEAMOVI/Ricerche 1 rok pred
.idea f83826b22b add notebook for cooccorrenze 1 rok pred
db 8f00aa4db6 xml gat for new DB 1 rok pred
flask_be ece381dbde Merge branch 'master' of http://dev.restore.ovi.cnr.it:3000/TEAMOVI/Ricerche 1 rok pred
site2 70cb27dbc6 change logo 1 rok pred
test_suite 2cab04c5a8 Cercando di strutturare dei test 1 rok pred
.gitignore 92cd234b91 funzioni fe aggiornate 1 rok pred
Search Progetto 2023.zip 027a58f3ee superbase per il search di Lemmi e Forme. 1 rok pred
Techman 4.doc 256ea2e193 improved_v0 1 rok pred
downloadInDifferentTextFormat.html 9cf0ed040e Scaricamento testo in txt,doc,rtf e docx 1 rok pred
provaPacciani.html ff0c5de1ab File per stampare come immagine due stringhe. Base per la visualizzazione dei dati per TIGRO 1 rok pred
readme.md fe90cf9e0c Updated readmes and Python requirements 1 rok pred

readme.md

BACK-END

  • Based on Python Flask
  • Subfolder 'flask_be'

To get flask running (use Python 3, any version should do!):

  1. [Optional but recommendend] Create and activate virtual environment by:

    • Going to the flask_be subdirectory
    • Executing: python (or python3 or py depending on your system) -m venv [virtual_environment_name]
    • Executing: source [virtual_environment_name]/bin/activate
  2. Install requirements: pip (or pip3) install -r requirements.txt OR pip (pip3) install -r requirements_freezed.txt

  3. [Optional] Activate Debug Mode by setting the environment variable:

    • FLASK_DEBUG=true (for instance by executing export FLASK_ENV=development in bash)
  4. Start the app by executing:

    • flask run

(vscode can do 3. and 4. automatically, and possibly the venv setup too)


FRONT-END

  • Plain HTML + Javascript, uses some basic Jquery functions
  • Subfolder 'site2'

To avoid annoying CORS errors, if the PC complains, serve the site through a local server, for instance http-server on node.js