Skip to content

Latest commit

 

History

History
executable file
·
52 lines (37 loc) · 1.76 KB

README.md

File metadata and controls

executable file
·
52 lines (37 loc) · 1.76 KB

My Links Hub

This is a system to save your favorites webpages links and organize it into lists

Technologies

laravel livewire tailwind mysql

  • Laravel - Laravel 11 as principal backend technology
  • Livewire - v^3.0 As fullstack framework
  • Tailwindcss - To the css ui design
  • Jetstream - v^5.0 As login, user register and user profile controller
  • Mysql - As database engine

Installation and Requirements

requirements

  • php ^8.2
  • composer ^2.6.2
  • node ^20.12.2

installation

git clone _repo_url_
composer install
npm install

running

php artisan key:generate
php artisan migrate --seed
php artisan storage:link

npm run build