/bdcurls

BDCyclists URL Shortener

Primary LanguagePHP

BDCyclists URL Shortner

A Simple WebApp to shorten most used URLs of BDCyclists

How to install:

1. run 'composer install' to install the dependencies
2. Configure app/database.php for your database
3. run 'php artisan migrate' to crate table on your database and make it ready
4. run your app by 'php artisan serve'

That should get you started with your own URL shortener webapp