Lynkr - A powerful, AI-powered link shortening service
Lynkr allows you to shorten long URLs and track their engagement in real-time. With advanced analytics, dynamic QR codes, and easy-to-use features, Lynkr is the perfect tool for streamlining and optimizing your link-sharing experience.
- AI-Powered Optimization for your links
- Customizable Short Links
- Real-Time Analytics and Click Tracking
- Dynamic and Custom QR Code Generation
- Easy to Use Interface
- Laravel - Backend framework
- BladeWithAlpine - Frontend framework
- SQLite - Database
- Tailwind CSS - Styling framework
- QR Code Generation - For dynamic short links
To run this project locally, follow the steps below:
git clone https://github.com/devAaus/lynkr.git
cd lynkrMake sure you have Composer and Node.js installed.
Backend Run the following to install Laravel dependencies:
composer installFrontend Install the necessary frontend dependencies using npm:
npm installRun the database migrations:
php artisan migrateNow, run the development server:
php artisan serveYou can now open the app in your browser at http://localhost:8000.
