Link Shortener built with CodeIgniter (PHP) and MySql
- Clone this repo.
- Run Composer install in terminal and install dependencies
- start your apache and mysql server
- make a database and import db.sql
- Change your credentials in .env file
- Change permission of "writable" folder as writable (run "chmod 077 writable/*" in terminal)