Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andresfb/bookmarker
A Bookmark Management System
https://github.com/andresfb/bookmarker
cc-by-nc-sa-4 laravel livewire mysql personal-project php tailwindcss
Last synced: 3 days ago
JSON representation
A Bookmark Management System
- Host: GitHub
- URL: https://github.com/andresfb/bookmarker
- Owner: andresfb
- License: other
- Created: 2023-01-17T19:32:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T21:52:39.000Z (3 months ago)
- Last Synced: 2024-12-15T01:44:15.783Z (about 2 months ago)
- Topics: cc-by-nc-sa-4, laravel, livewire, mysql, personal-project, php, tailwindcss
- Language: PHP
- Homepage:
- Size: 764 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Bookmark Management Program
Similar to Pocket but self hosted and without the Ads.
## Tech Stack
### Infrastructure
1. PHP 8.1
2. Ngnix 1.x
3. MySQL 8.x
4. Redis 6.x
5. Meilisearch 0.3### Backend
1. Laravel Framework 9.x
2. Laravel Horizon 5.x
3. Laravel Jetstream 2.x
4. Laravel Scout 9.x
5. Livewire 2.x
6. [Spatie Tags](https://github.com/spatie/laravel-tags) 4.x
7. [Eloquent-Sluggable](https://github.com/cviebrock/eloquent-sluggable) 9.x
8. [Wire Elements Modal](https://github.com/wire-elements/modal) 1.x
9. [Wire Elements Spotlight](https://github.com/wire-elements/spotlight) 1.x
10. [Filament Form Builder](https://filamentphp.com/docs/2.x/forms) 2.x
11. [Filament Notifications](https://filamentphp.com/docs/2.x/notifications) 2.x
12. [Filament Spatie Tags Plugin](https://filamentphp.com/docs/2.x/spatie-laravel-tags-plugin) 2.x
13. [Meilisearch PHP](https://github.com/meilisearch/meilisearch-php) 1.x### Frontend
1. Tailwinds CSS 3.x
2. Alpine JS 3.x
3. Vite 4.x