Coimbatore Institute of Technology's very own student circle FOSS-CIT's Project downloader for fetching project files from server.
- Clone repository
git clone https://github.com/the-bose/collagify.git
- Open Downloader.exe from bin folder.
- Enter server, username, password and project name (as instructed) and press the 'Get Project' button.
- Downloaded project can be found in the 'downloads' folder.
- Clone repository
git clone https://github.com/the-bose/collagify.git
- cd into src directory
cd src
- Install dependencies
pip install -r requirements.txt
- Run program
python app.py
- Enter server, username, password and project name (as instructed) and press the 'Get Project' button.
- Downloaded project can be found in the 'downloads' folder.