##Description CMS-Downloader is a web app which allows you to easily download all your solutions to problems on the Italian training platform for IOI (International Olympiads in Informatics).
##Technical details CMS-Downloader is written using the NodeJs web application framework Express.
The structure of the important files of the project is as follows :
CMS-Downloader
logic
index.js
submissions_retriever.js
: this file contains the logic to retrieve the files from the online platformtoken_retriever.js
: this file contains the logic to retrieve the token for a given user
public
javascripts
global.js
: this file contains JQuery which sends POST requests from the client to the server
routes
index.js
: this file handles the requests the server receives