Communication between the server and the client - joelimgu/autocab GitHub Wiki
Step :
In the first terminal on the server : in the folder /siteweb/back, start the server Python3 server.py
In a second terminal still on the server : in the folder /siteweb/front, Python3 -m http.server 5502
In a third terminal : open a web page with address :http://161.35.86.239:5502/
Now u should see the website !
TO update the website on the server modify the files in: /var/www/autocab.joel.rs/html