Project created for the course "Programmazione di sistema" of Politecnico di Torino In this project there is a client app and a server app. The client app scan a local folder and send all the modification to a remote server. The remote server stores the files and create a versioning system using a SQLite database. The clint can ask an old version of each file to the server.
This project is written in C#