Shortener URL
Shortener URL is simple web application to short your URL. It will generate unique key, with the unique key it will redirect to the original URL.
The application built with Docker, Laravel (Fortify, Sanctum), Next.js (React.js), and Redux.
Screenshot
How to install Backend
- git clone https://github.com/abidra/url-shortener-backend.git
- cd
url-shortener-backend
- run
composer install
- run
./vendor/bin/sail up