Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesarobedfl/my_links_hub
Project that maintains interlaced and hyperlinked and organized into related lists
https://github.com/cesarobedfl/my_links_hub
laravel livewire mysql tailwind
Last synced: 24 days ago
JSON representation
Project that maintains interlaced and hyperlinked and organized into related lists
- Host: GitHub
- URL: https://github.com/cesarobedfl/my_links_hub
- Owner: CesarObedFL
- License: mit
- Created: 2024-05-03T21:58:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T19:16:20.000Z (2 months ago)
- Last Synced: 2024-10-01T09:22:22.013Z (about 1 month ago)
- Topics: laravel, livewire, mysql, tailwind
- Language: Blade
- Homepage:
- Size: 761 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# _My Links Hub_
This is a system to save your favorites webpages links and organize it into lists
## Technologies
- [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:linknpm run build
```[Laravel]:
[Livewire]:
[Tailwindcss]:
[Jetstream]:
[MySQL]: