URL Shortener Features
- User Guest Short URL create.
- User Login To Manage Their Created Short URL.
- View How many times URl Visits
- View Last Time URL Visits.
Setup In Your Local Environment
- Clone the project
- copy the .env.example, paste it and rename in .env
- Setup the mysql database
- Run
composer install - Run
php artisan key:generate(For generating the application key) - Now Run
php artisan migrate(Database Migration) - Run
npm install - Run
npm run dev - Now start the local server with -
php artisan serve