Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 580 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 580 Bytes

tuxml-web

tuxmlweb.istic.univ-rennes1.fr

How to continue development from your machine

You will need the following packages :

sudo apt install python3-flask
sudo pip3 install mysql-connector-python waitress flask-caching arrow sklearn

If you're using the ISTIC's VPN or are using the ISTIC's WIFI network, you can start the server directly :

python3 server.py

How to manually connect to the web server

Documentation

databaseManager : A library to make the database way easier to work with