Skip to content

frikishaan/LinkShortner

Repository files navigation

Tinify

A Laravel based URL shortner app. You can create unlimited short URLs. This app also provides insights like clicks by browser, clicks by devices, clicks by OS and IP address tracking.

The demo is available here. You can use below credentials to see the dashboard or can create your own your on the register page

Email - ishaan@example.com

Password - zzzzzzzz

Usage

  • Install dependencies (PHP)

    composer install

  • Generate App Key

    php artisan key:generate

  • Set the database configurations in the .env file.

  • Run migrations

    php artisan migrate

  • Run app

    php artisan serve

  • Now you can access your app on http://localhost:8000 or 8080

Screenshots

Home screen

homescreen

Dashboard

dashboard

Tech stack

  • Laravel (6.0)

  • PostgreSQL

  • Bootswatch (Free Bootstrap themes)

  • Libraries/Packages used

Hosted on Heroku platform (With automatic deploys from this repo).

Releases

No releases published

Packages

No packages published

Languages