Team members : Hysen Ndregjoni
and myself
To get the project working , you only need to look at the database configuration file: Configs\DBConfig.php
To install the right dependencies type the following:
- composer install
To get the QR code working enable the gd extension. How :
- open php.ini
- go to extension=gd
- uncomment it (remove the semi-colon in front)
Wasy to 'use' the webpage :
- either as a passerby
- or, as an authenticated user
When used as an authenticated user, you can see the links you have shortened in the past aswell as their QR code representation (which is always fun).
According to the requirements we had, the project is done in vanilla php and javascript.
For styling bootstrap is used mostly.