Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 659 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 659 Bytes

Larave-url-Shortener

Main

Generated URL

Description

This is a simple url shortener builted on Laravel 7. Designed by @andy-devs

How to install

Clone this repository, CD into the project folder and after this:

Do a composer install:

composer install

Then create a environment file:

cp .env.example .env

Generate Laravel key:

php artisan key:generate

Create database named todo-app and run the migrations:

php artisan migrate

Install dependencies from npm:

npm install

Run server using this command:

php artisan serve