Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 289 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 289 Bytes

Shorten Links app

Built in Laravel 8 and NextJs

Usage

Frontend goes in port 3000 Backend goes in port 8000

Used laravel breeze for authentication

backend commands

composer install php artisan serve

Run migrations and seeders! :)

frontend commands

npm install npm run dev