Skip to content

BornSupercharged/url_shortener

Repository files navigation

URL Shortener

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.

Platform

Build

composer install;
php artisan migrate;
npm run prod;

License

This code repository is open-sourced software licensed under the MIT license.