The purpose of this code repository is to provide a simple example of creating a URL Shortening web application.
The backend API is provided by Laravel 9 running on PHP 8.1, while the front end is built with VueJS 3.
The application offers an easy user registration as well as simple login form to gain access to the User Portal.
composer install;
php artisan migrate;
npm run prod;
This code repository is open-sourced software licensed under the MIT license.