Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 633 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 633 Bytes

'URL Shortener' - Make your long URLs short, easy, and free !!

A simple 'URL Shortener' project to make long URLs short, easy, and free with API functionalities. (https://url.kommonproperties.com)

Getting Started

  1. clone the project
git clone https://github.com/muhaiminshihab/url-shortener.git
  1. install the dependencies
cd url-shortener
composer install
  1. Copy & Setup the .env file
cp .env.example .env
  1. Generate Key
php artisan key:generate
  1. Database Migration
php artisan migrate
  1. Run the Application
php artisan serve