Requirement: TextX,Flask,Python 3.10 or newer,Cargo
COntrolled System for Management Of Storage
Projet TER de L3 informatique de Montpellier de l'année scolaire 2023/2024
A ajouter au TOML cargo add csv
Run the python server (with the web client included) : "python3 web_serv/web_Server.py"
Then run the rust server using : "cargo run --bin server"
If you want the simple command line interface then :
To run the server, use the command : "cargo run --bin server"
To run the client, use the command : "cargo run --bin client"